Hi Team,
I have been struggling to make right use of the issue Function ->
linkedIssuesOfAllRecursiveLimited. The traverse depth number goes until X but with what issue link type when not specified. for e.g.
in my simple opinion result of (X+Y =Z). Which is not the case in practical situation.
X= issueFunction in linkedIssuesOfAllRecursiveLimited("project = 'XYZ' and type in ('Product User Story', nfr) and fixVersion is EMPTY and status not in (Rejected, Icebox)", 6) and
Y = issueFunction in linkedIssuesOfAllRecursiveLimited("project = 'HZN4: Platform Delivery' and type in ('Product User Story', nfr) and fixVersion is not EMPTY and status not in (Rejected, Icebox)", 6)
Z= issueFunction in linkedIssuesOfAllRecursiveLimited("project = 'HZN4: Platform Delivery' and type in ('Product User Story', nfr) and status not in (Rejected, Icebox)", 6)
I need help as this is required for my project's story points calculation, so there's business involved.