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!
Community moderators have prevented the ability to post new answers.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.