You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.