Find parent issues that are closed while all their sub-tasks are not Closed status. i am using https://mydomain.atlassian.net/
Hello Suresh,
Getting the parents of subtasks using JQL is not supported out of the box. You must use a plugin such as Power Scripts or Scriptrunner using Jira Server or Data Center. Here is a JQL query I tested using the parentsOf() routine using Power Scripts.
key in parentsOf("issuetype = Sub-task AND status != Done") AND status = Done
For more information see this documentation on parentsOf().
Because of Confluence Cloud security features, you may need to open the documentation in incognito mode or by logging out of Confluence.
Full disclosure, I am a product engineer for Power Scripts and work for Anova Apps, an Appfire company.
Can you suggest anyone of this i can use free extensions without buying
plugin such as Power Scripts or Scriptrunner using Jira Server or Data Center
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.