Hello,
You could also do the same with the Power Scripts, Jtricks, JQL Extenstions for Jira plugins.
If you want to use the Power Scripts add-on, then your JQL query would look like this:
key in issueInEpics("status = Done")
Thanks, but I don’t have access to use Powerscripts so I need to do it via JQL if possible. But thanks for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It is not possible out of the box.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kate,
I am not on the Jira Team, but I will try to help.
I think this is possible using the ScriptRunner Add-On.
Then you can try this
issueFunction in linkedIssuesOf("issuetype = Epic and resolution is empty", "is epic of")
I hope that helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.