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]
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.