Want to display the epics and its linked stories that has endtime which greater than the epic end time
Welcome to the Community!!
Identify the Epics End date (Due date)
Now to identify the Epics' stories that have a due date more than epics' due date follow the JQL below
"Epic Link" = "Epic-Key" AND duedate >= "dueDate"
(Replace the Epic-key and dueDate with actual Date you got from the Epic)
Example here
"Epic Link" = "Epic-Key" AND duedate >= "2022/05/22"
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.