Nesting issue functions and pulling by initiative hierarchy

Melissa Ritts December 2, 2019

This query is working fine, but then I like to see if there is a way to take the manual steps out of it. Right now it is a 3 part query. I'd like to see if I can make this a single query that doesn't need manual input for part 2.

  • Part 1 - project = PLAN AND issuetype = Initiative AND "Roadmap / Sub Roadmap" in cascadeOption(48059)
  • Part 2 - "Parent Link" in (PLAN-1, PLAN-8, PLAN-6, PLAN-7, PLAN-73, PLAN-71, PLAN-53, PLAN-40, PLAN-41, PLAN-30, PLAN-31, PLAN-32, PLAN-18, PLAN-51, PLAN-35, PLAN-17) AND issuetype = Epic
    • This is what is returned from Part 1. This has to be manually modified for each run.
  • Part 3 - issueFunction in issuesInEpics("filter=129631") AND issuetype in (Defect, "Production Defect", "Release Day Defects") 
    • filter=129631 is the result of Part 2.

0 answers

Suggest an answer

Log in or Sign up to answer