I am new to Jira and we have Jira cloud license. Anyone please help me to find the user stories which are blocked by other user story
HI
We can get list of stories that are associated with other stories in the form of links using JQL Search Extensions plugin
JQl : (linkType in( "is blocked by") AND linkedIssueType = Story ) will give you list of stories that are linked with other stories in the form of blocked
Regards,
Sudhakar
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.