Hi All,
I want to find all the linked issues which are closed corresponding to a particular issue.
I have an issue TSS-12 and it has 3 linked issues - SS-38, SS-40, SS-37.
Out of the 3 linked issues only SS-38 is closed.
Now I have written a JQL to find an Issue which has all its linked issues closed, pfb JQL -
project = "Test Shrikant- Support" and status = "Pending Release" and issueFunction in linkedIssuesOf( "status = Closed","blocks")
Result - TSS-12.
I am unable to understand why TSS-12 is coming as a result of this JQL as I am checking for all the linked issues and inside TSS -12 there are 2 linked issues which are still not resolved.
pfb screen shot for the same -