In our workflow, people are supposed to enter a task and link it to to its parent story using Linked Issues and "is a Task of". I have a technical question about that, not a workflow question. When two JIRA issues are defined and one "is a Task of" the other, that is correct for us. The task "is a Task of" the story. So here is my question:
What is the JIRA query to find all the tasks where people created the task already, but while doing that, forgot to enter "is a Task of" so that link is missing? How do I query for those missing link entries so I can ask people to add them in? I do not care which task or story it is. I care that any task in our project that is missing the link "is a Task of" can be found via a query so people can see what they forgot to do.
Is there a way?
Hi,
you can also check Link Finder add-on which has function to find all issues without any links:
issue in linkFinderForEmptyLinks("project = X")
where X is the name of your project. Of course you can use any other condition, query or filter.
More details can be found here.
Regards,
Lime Trees Support Team
You can do this using script runner plugin using the following search function.
issueFunction not in hasLinkType()
You can find more information @ Script JQL Functions .
Hope this would help.
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.