I am trying to use linkedIssuesOf as a function in a JQL query in Jira.
This is the message I get: "Unable to find JQL function 'linkedIssuesOf()'."
Is there anything such as an additional package for JQL advanced functions that I might be missing? Or would this be related to specific Jira versions?
Thanks in advance
linkedIssuesOf is not a default function in JQL, that is an extended function that you get if you have Scriptrunner or Enhanced Search (JQL & Subqueries) from Adaptavist.
Thanks for the answer Mikael!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @rpires
With standard JQL, you can only get a list of issues with links and export them to Excel for further processing. This works if you want to do a one-off analysis.
Standard JQL doesn't easily allow it, but you can find the results quickly using our professional indexing service: JQL Search Extensions
After you install the app, you can simply search:
issue in linkedIssuesOfQuery("project=ACME", "is blocked by")
Check out the documentation to see more examples.
If you have any other questions, please contact our support. We’ll be happy to help you!
Best regards,
Maurício
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.