Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

ScriptRunner Enhanced Search: JOIN-like query to show info for linked issues

Matt Fetting June 10, 2021

This is another thread I opened which conveys what I am trying to do:

https://community.atlassian.com/t5/Jira-Software-questions/JQL-to-pull-custom-field-value-for-linked-issues/qaq-p/1719828

I am experimenting with doing this using Enhanced Search for ScriptRunner, but it's not clear this is possible from reading documentation and looking at examples. The linkedIssuesOf and linkedIssuesOfRecursive seem promising but it's not clear what the syntax might be to produce a desired result.

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Kristian Walker _Adaptavist_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 14, 2021

Hi Matt,

Thank you for your question.

I can confirm that with ScriptRunner for Jira Cloud that you can use the linkedIssuesOf() and linkedIssuesOfRecursive() functions to return the linked issues of all issues which match the subquery for the function.

However, the ways these functions work is that they will return any results which match the subquery specified inside of the function and you can then see any values on these issues by setting the columns.

However, you can not use the functions to show values off another issue on an issue using a SQL style Join as the JQL functions are not designed to work in this way.

This means your requirement of showing the value from the linked issues on the parent issues cannot be achieved using the Enhanced Search functionality of ScriptRunner for Jira Cloud.

I hope this information helps.

Regards,

Kristian

TAGS
AUG Leaders

Atlassian Community Events