Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JSWCLOUD-23267

Extend functionality of portfolioChildIssuesOf() to improve searchability

XMLWordPrintable

    • 1,810
    • 41
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      Summary

      Currently, portfolioChildIssuesOf() only accepts one input parameter in the form of an issue key. This makes searching for child issues of multiple parents unwieldy, and doesn't allow for flexible search of child issues based on other parameters. This function also does not include team managed projects.

      Desired Results

      Either or both of the below results would increase usability of the function and it would be great if this function also returns team managed projects which can be child or parent of an issue.

      1. Allow the function to accept multiple issue keys as a comma separated list. E.g., issuekey in portfolioChildIssuesOf("EPIC-001", "EPIC-002", "INIT-001") returns all child issues of EPIC-001, EPIC-002, and INIT-001.
      2. Allow the function to accept a subquery within JQL. E.g., issuekey in portfolioChildIssuesOf(project = ABC and issuetype = Epic and environment = "Desktop") returns child issues of Epics in the ABC project with a specific value in the environment custom field.

              Unassigned Unassigned
              d63560a12c13 Micah B.
              Votes:
              266 Vote for this issue
              Watchers:
              155 Start watching this issue

                Created:
                Updated: