Feature request: "is blocked by" link between issues #11973
-
|
Adding a "is blocked by" link between issues would be helpful for visualizing dependencies between issues in the Projects tools. If an issue closes, adding an automatic removal of the blocker link would be a nice feature as well. |
Beta Was this translation helpful? Give feedback.
Replies: 16 comments 6 replies
-
|
👋 Posing some questions for some more feedback regarding item dependencies and blocking relationships!
Curious to hear more thoughts on this 😁 |
Beta Was this translation helpful? Give feedback.
-
|
@rileybroughten not the original poster, but just my thoughts after I found this after googling for whether this is already a feature or not...
Footnotes |
Beta Was this translation helpful? Give feedback.
-
|
People interested in this may want to upvote https://github.com/orgs/community/discussions/4928, which is related / the same. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for raising this @vkennedy12 Is there a reason that no one seems to mention DAG visualizations of task dependencies, or even a DAG interface? That is what we are really looking for. |
Beta Was this translation helpful? Give feedback.
-
|
I'd extend this concept to pull requests also. My team is connected between many repos and other teams. Often, we have PRs blocked by other PRs that "flow" from other places into our repo. Therefore, when people fix issues on those PRs, it allows another PR to build properly. It would be nice to mark PRs as being "blocked" or "dependent upon" other PRs as that would help manage our required changes better. |
Beta Was this translation helpful? Give feedback.
-
|
My team is not necessarily after a visualisation, as mentioned here, instead we'd love some transparency detailing the blocker/blocked status and linked issues/PRs of each issue and PR. It'd be cool to have on base level of all issues and PRs, but we'd settle for a project field (at least as a starting point, and automating sync between projects if necessary). For the most part, it's important that these relationships are easily updatable. Something similar to how Maybe a section in the sidebar or at the top, near the |
Beta Was this translation helpful? Give feedback.
-
|
Here's a good example for PRs: This PR in dotnet/sdk is waiting on... This other PR in dotnet/sdk is waiting on... This PR in dotnet/windowsdesktop is waiting on... This PR in dotnet/wpf which recently got merged. |
Beta Was this translation helpful? Give feedback.
-
|
You can get some of this functionality through GitHub Actions: https://github.com/marketplace/actions/blocking-issues |
Beta Was this translation helpful? Give feedback.
-
|
We used to have a block in our issue description for a Waiting On section, which would include a We are now using a text custom field, which quickly shows up, but isn't linkable. I suggest adding a "link" custom field type, which lets you create a when displayed in views, it would decorate and function as a link, the same way it works in the issue description |
Beta Was this translation helpful? Give feedback.
-
|
Dependencies seems to be on the roadmap: github/roadmap#956 And in the SubIssues beta one of the screenshots shows some Blocked By metadata but I'm not aware of any beta on dependencies that is live yet: https://github.com/orgs/community/discussions/131957#discussioncomment-10232957 |
Beta Was this translation helpful? Give feedback.
-
|
@rileybroughten - any update on why github/roadmap#956 has been closed as not doing? The issue it refers to as "updated" (github/roadmap#1036) says nothing about dependencies and blockers. Does this mean it is no longer on the roadmap? We really want to stay with github projects but this is a dealbreaker for us. If I can at least get an ETA I can probably buy some time. |
Beta Was this translation helpful? Give feedback.
-
|
This would be great. Now I have to manually create labels for this and then inside the description of issues I mention the "blocks". But it's kind of bad |
Beta Was this translation helpful? Give feedback.
-
|
Hi all, good news! We now have a public preview available for marking issues as “blocked by” and “is blocking” 🎉 ! If your organization would like to join the preview, just drop your GitHub org name in this discussion thread: |
Beta Was this translation helpful? Give feedback.
-
|
That’s a really good idea. Having an “is blocked by” link would make it much easier to track dependencies and see how issues are connected. The automatic removal when the blocking issue closes would also keep things clean and organized. |
Beta Was this translation helpful? Give feedback.




Hi all, good news! We now have a public preview available for marking issues as “blocked by” and “is blocking” 🎉 !
If your organization would like to join the preview, just drop your GitHub org name in this discussion thread:
👉 https://github.com/orgs/community/discussions/165749