how can I use JQL to find the date when an epic has passed in Completed status on Jira?
Hi and Weclome,
While JQL provides powerful querying capabilities, it has limitations regarding historical data. For detailed historical analysis, consider using Jira's built-in features or third-party plugins that enhance JQL functionality.
issuetype = Epic AND status = Completed
and then Use the Issue History. Manually check the issue history of each Epic to see when the status changed to "Completed."
BR
Kai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.