|
| 1 | +--- |
| 2 | +title: Creating issue dependencies |
| 3 | +intro: 'Learn how to create issue dependencies so that you can see which issues are blocked by, or blocking, other work.' |
| 4 | +versions: |
| 5 | + fpt: '*' |
| 6 | + ghec: '*' |
| 7 | +type: overview |
| 8 | +topics: |
| 9 | + - Project management |
| 10 | +permissions: 'People with at least triage permissions for a repository can create issue dependencies.' |
| 11 | +product: 'Issue dependencies are available for users on {% data variables.product.prodname_free_user %}, {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, and {% data variables.product.prodname_ghe_cloud %} plans.' |
| 12 | +--- |
| 13 | + |
| 14 | +{% data reusables.issues.issue-dependencies-preview-note %} |
| 15 | + |
| 16 | +Issue dependencies let you define issues that are blocked by, or blocking, other work. |
| 17 | + |
| 18 | +## Marking an issue as blocked by, or blocking, another issue |
| 19 | + |
| 20 | +1. Navigate to the issue that you want to create a dependency for. |
| 21 | +1. In the right sidebar, click **Relationships**. |
| 22 | +1. From the dropdown, select a dependency option: |
| 23 | + * To indicate that your issue depends on another issue being completed, select **Mark as blocked by**. |
| 24 | + * To indicate that your issue is preventing another issue from being completed, select **Mark as blocking**. |
| 25 | +1. In the dialog box that opens, search for and select all the issues that are blocked by, or blocking, your issue. |
| 26 | + |
| 27 | +Blocked issues are marked with a "Blocked" icon on your project boards or repository's Issues page, so you can easily identify bottlenecks. |
| 28 | + |
| 29 | +## Removing a blocking relationship between two issues |
| 30 | + |
| 31 | +1. Navigate to the issue that you want to remove a dependency from. |
| 32 | +1. In the right sidebar, click **Relationships**. |
| 33 | +1. From the dropdown, select a dependency option: |
| 34 | + * To indicate that your issue no longer depends on another issue being completed, select **Change blocked by**. |
| 35 | + * To indicate that your issue is no longer preventing another issue from being completed, select **Change blocking**. |
| 36 | +1. In the dialog box that opens, deselect the issues that are no longer blocked by, or blocking, your issue. |
0 commit comments