Forums

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

How do I write a JQL to identify all the issue moved into an epic after a specific date?

William Kinnane
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!
August 18, 2020

I'm trying to figure out if it's possible to write a JQL to identify all the issues that have been moved into an epic after a specific date.  

I did some searching and couldn't find anything, so I'm thinking it might not be possible, but figured it was worth asking.

Thank you!

1 answer

0 votes
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.
August 18, 2020

Hello @William Kinnane , I am not sure if this is going to help you , but try this out -

"Epic Link" in issueHistory() AND updatedDate >= "2020/08/18" AND project = projectname AND "Epic Link" = EPIC-1

. Also, see this post for some other solutions.

Suggest an answer

Log in or Sign up to answer