Hello,
I would like to see my dependent task. For example I have: Task 1 blocks Task 2. and the other way around Task 2 is blocked by Task 1. How can I search for issues that are blocked.
Suggestion would be :
project = "PROJ" AND linkedIssues IN ("PROJ-107")
project = "PROJ" AND linkedIssues("PROJ-107")
But JIRA shows me an error message.
How can I solve it?
Do you have scriptrunner installed? If you do, you can use this function:
issueFunction in linkedIssuesOf("issuekey = blah", "blocks")
Admittedly I have been using scriptrunner for so long that I don't know any other way to search for linked issues! Lol
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I dug into this a little further and you should be able to run this function out of the box without Scriptrunner:
"issue in linkedIssues(PROJ-123", blocks)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.