Forums

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

How to generate a report of linked issues

Mahesh Bachhav
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 3, 2023

Hi,

I would like to generate a report using JQL for linked issues in the last N days. I mean get the list of linked issues and their parent issues linked in the last N days using JQL.

Please let me know the JQL for it. 

Thanks in advance.

1 answer

0 votes
Aron Gombas _Midori_
Community Champion
March 3, 2023

The issueLink field doesn't support the WAS operator, unfortunately, so the native approach wouldn't work.

Maybe you could re-phrase the query in a way that is supported by JQL. For example, "show me the issues that are linked to FOO-123 and were updated in the last N days" or something like this.

Suggest an answer

Log in or Sign up to answer