Using LinkedIssues to find issues linked created/resolved within a timeframe

Liz Garcia June 14, 2021

Hello Jira Community,

I've been looking through different articles and while I have come close, I'm still not getting the results. I need to find when the linked issues were created/resolved during a certain timeframe within one project and issue type. Here is my query:

project = "Incident Management" AND issuetype = RCA AND issueFunction in linkedIssuesOfAll("created>=2021-01-4 AND created<2021-01-11")

When the results are delivered, I need to go into each one and validate that they were indeed created within this timeframe.

When I perform the resolved, I know I'm getting duplicates and I would just like to see those linked issues that indeed were resolved in that timeframe.

project = "Incident Management" AND issuetype = RCA AND issueFunction in linkedIssuesOfAll("resolved>=2021-3-1 AND resolved<2021-3-8 AND status in(Resolved, Closed)")

What can I do to only see those issues that truly meet the criteria?

Thank you,
Liz

 

0 answers

Suggest an answer

Log in or Sign up to answer