Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-70710

Filter to return child issues of Epics meeting certain conditions

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • JQL
    • None
    • 3
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      I would like to be able to find all issues, which are children of Epics meeting certain criteria, e.g. all children issues of Epics in project X (or any other JQL condition.

      Something like this:

      issue in parent("key = value")

      e.g.

      issue in parent(project = XY)

      Another example would be like:

      issue "key" = "value" AND parent ("key" = "value")

      e.g.

      issue in status = done AND parent (status = in progress)

      Currently, this is not possible without a specialized app.

      Thanks,
      Daniel

            [JRASERVER-70710] Filter to return child issues of Epics meeting certain conditions

            I've been playing with the Program Board Beta and this type of query would make using that feature much easier. I'd like to set a range of projects, specify issue type (Epic), parameters relating to those Epics (custom fields) and get the children of those filtered Epics. 

            alyssa.reid added a comment - I've been playing with the Program Board Beta and this type of query would make using that feature much easier. I'd like to set a range of projects, specify issue type (Epic), parameters relating to those Epics (custom fields) and get the children of those filtered Epics. 

            Would like to see this for sure 

            Phillip Jones added a comment - Would like to see this for sure 

            29fbead59202 The relevant ticket is shown in the Issue links section

            Piotr Janik added a comment - 29fbead59202 The relevant ticket is shown in the Issue links section

            Also interested in a cloud version of this solution

            Mike Gargano added a comment - Also interested in a cloud version of this solution

            Is there a cloud version of this?

            Mark Hostetler added a comment - Is there a cloud version of this?

            Totally agree but with little advance version of it. Instead of one value to be passed, we should be able to pass and sub query in function:

            Something like this:

            issue in parent("key = value and status = value")

            e.g.

            issue in parent(project = XY anc component = ABC)

            Another example would be like:

            issue "key" = "value" AND parent ("key" = "value" and status = "Value")

            e.g.

            issue in status = done AND parent (status = in progress and component = test)

             

            With help of this we'll be able to achieve output for which current we require plugin and pay extra.

             

            Thank you!!

             

            Regards,

            Manish Arya

            Manish Arya added a comment - Totally agree but with little advance version of it. Instead of one value to be passed, we should be able to pass and sub query in function: Something like this: issue in parent("key = value and status = value") e.g. issue in parent(project = XY anc component = ABC) Another example would be like: issue "key" = "value" AND parent ("key" = "value" and status = "Value") e.g. issue in status = done AND parent (status = in progress and component = test)   With help of this we'll be able to achieve output for which current we require plugin and pay extra.   Thank you!!   Regards, Manish Arya

            Yes this is extremely useful and required functionality which otherwise needs to be fulfilled by script runner plugin which adds up to the cost

            Pinak Dutta added a comment - Yes this is extremely useful and required functionality which otherwise needs to be fulfilled by script runner plugin which adds up to the cost

            This is something that seems extremely basic and yet far too difficult to do without extensions.  Please consider adding this functionality – it'd prevent quite a few of my headaches.

            Jeremy Gallagher added a comment - This is something that seems extremely basic and yet far too difficult to do without extensions.  Please consider adding this functionality – it'd prevent quite a few of my headaches.

            Jack Kora added a comment -

            I've been using Jira since 2006. And I am extremely frustrated that seemingly easy/common use-cases aren't supported out of the box! Why do I have to pay extra money after paying Atlassian quite a lot of money for Jira already?

            Jack Kora added a comment - I've been using Jira since 2006. And I am extremely frustrated that seemingly easy/common use-cases aren't supported out of the box! Why do I have to pay extra money after paying Atlassian quite a lot of money for Jira already?

            Requesting the ability to query an epic and any subordinate items (story, task, subtask) - it should not be necessary to use a 3rd party tool to obtain this information in Cloud JIRA. Not having the ability to deliver this payload renders the relationship between Agile development principles and Jira to a point of absurdity. Let's keep the lights on!

            Symantha Gates added a comment - Requesting the ability to query an epic and any subordinate items (story, task, subtask) - it should not be necessary to use a 3rd party tool to obtain this information in Cloud JIRA. Not having the ability to deliver this payload renders the relationship between Agile development principles and Jira to a point of absurdity. Let's keep the lights on!

              Unassigned Unassigned
              f97a7bdbd02e Daniel Brvnišťan
              Votes:
              165 Vote for this issue
              Watchers:
              58 Start watching this issue

                Created:
                Updated: