Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I have one project that is used by several teams. There is a required field called Teams that allows us to separate the work for each team. I now want to create a query that allows me to show the story dependencies between these teams. For example, Team A has three stories that are blocked by Team B’s three stories. Team A and Team B stories are in the same project.
Hey Julie,
You should be able to do this by having the following JQL to return all issues for you team that shows blockers, and replace the JQL for the desired team
[ "Teams" = "Team A" AND issueLinkType = blocks]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.