Hi All, need help in JQL, I am trying to issues that have only one particular linked issue i.e. "relates to", below is the context
I have project A and it has linked issues to another project B and Project C, suppose as issue AA-1 has "relates to" to the same project A and Project BB and Project CC is linked as "depends on".
I want to filter out issues whos have only "relates to".
Is this possible?
You can use linkedIssues() JQL as described here https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/
issue in linkedIssues(AA-1,"relates to")
However, if you have more that one relates to issues, then this will pop up in the results as well.
Alex
How to generalize the above query for all linked issues. My requirement is to display all linked issues in a report based on release and linked story or issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira does not provided native support for sophisticated filtering based on linked issues.
Do you have any third party apps on your instance that extend the JQL capabilities or is your company open to getting such apps?
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.