We are using Jira 7.1.4 and in our QA instance, I recently updated the ScriptRunner plugin to the latest (5.0.14).
I am running the following query:
issueFunction in linkedIssuesOfRecursive('project = OMS and issuetype = Epic')
and it returns no results. That project has 13 Epics and each Epic has at least 30 associated Stories. I have re-indexed and still get no results.
That query returns results when using ScriptRunner version 4.3.8 installed in our production Jira.
Thanks,
-Greg
Hi Greg,
We changed the behaviour of the linkedIssuesOf JQL functions to not consider epics. This change is explained here.
We have provided an alternative which work exactly the same as before, which is explained in the release notes here.
Please change your query to:
issueFunction in linkedIssuesOfAllRecursive('project = OMS and issuetype = Epic')
You should then see the correct results returned.
Thanks,
Adam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Adam,
I have found that the above mentioned linkedIssuesOfAllRecursive() is not available in Jira 7.10.2 with SR 5.4.12.
Thanks in advance.
Best,
Rathna
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.