Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Show linked issuer ID in JQL results

Swaen Boutu July 30, 2020

Hi every one,

 

I would like to show the Id of all linked ticket in the result of a JQL request. For example, I am creating a JQL request like that :

project = "My Project" ORDER BY status DESC


and in the result I am displaying the list of tickets like that :

Jira.png

In this result table, I would like to have a new columns containing the list of the key from the related tickets to every line. Do you know if it is possible ?

 I hope you can help me on this!

2 answers

1 accepted

0 votes
Answer accepted
Sachin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2020

hello @Swaen Boutu , unfortunately for more advanced queries, you will need to install the ScriptRunner app. You can although use below built in queries

- If you want to get the list of issues linked to a particular issue
   linkedIssues(issueKey)
   issue in linkedIssues("ABC-100", blocks)

If you want to just see the issue link IDs from your filter results just select "Linked Issues" from the "Columns" dropdown

Screenshot_15.png

Swaen Boutu July 30, 2020

Thank you @Sachin  for the answer. That was what I was looking for!

Sachin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 30, 2020

your welcome Swaen, happy to help.

0 votes
Vikrant Yadav
Community Champion
July 30, 2020

Hi @Swaen Boutu  search the issues which is having linked issue using below JQL :-

issueFunction in linkedIssuesOf("project=CJS")

 

Then in Columns select "Linked Issue"  ..Link issue key will be visibleLink issue.JPG

Swaen Boutu July 30, 2020

hello @Vikrant Yadav ,

 

Thank you for the answer, but it seams that "issueFunction" required the ScriptRunner plugin.

Is there a way to do it without this plugin,  because I don't have it on my Jira subscription ?

thanks

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events