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

Filter to return child issues of Epics meeting certain conditions

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • JQL
    • None
    • 15
    • 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

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

              Created:
              Updated: