Hello,
Could you please document how to use relatedIssuesByQuery ? It's not documented on your Wiki, and I can't figure it out.
Here is Cprime's help page about this JQL function. I believe this is the correct source to go to. The function comes with AM Utilities. However, we updated to Jira 8.0 and the add on is not compatible yet. I did drop an e-mail to Cprime and I hope I'll have more info soon. It might work for you, if the add on is compatible with your Jira version.
According to my understand of function source code, "relatedIssuesByQuery
" takes two JQL queries as parameters.
First query is triggered and for each returned issue, the second JQL query is invoked after replacement of "SELF_VALUE
" token by the issue key.
As an example
relatedIssuesByQuery('issuetype ="User Story" and status="Reopened"', "linkedIssues(SELF_VALUE)")
will returned all issues linked to at least one "User Story" in reopened state.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I tried your explanation but it goes wrong with message: JQL in second first operand is not valid.
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.