Hello,
I was wandering if it if possible to see all update issues linked all my project issues ? I recently found that I can have this buy using "linckedissues" but It give me the update issues for just one project issue at a time. What I am asking for is a way to have for each project issue, all the linked update issues in the same time.
Welcome to Atlassian Community !
With the help of Scripted JQL from ScriptRunner for Jira app you will able to achieve your requirement and sample JQL looks like below.
issueFunction in linkedIssuesOfAllRecursive("project = UT", "relates to")
Thanks,
Avinash
Thank you!
But I still have a problem, the function linkedissuesofAllRecursive does not exist.
Kévin KADJI
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.