I try to find issues, that has any open issue in links. I try filter like this:
project = XXX AND issueFunction in linkedIssuesOf("project = YYY AND Status = Open")
But it shows me only issues where all links is "Open".
Any advice?
If you are looking "Open issues" as Jira shows "Open issues" you should use next query:
project = XXX AND issueFunction in linkedIssuesOf("project = YYY AND resolution = Unresolved")
Cheers!
Hi! This doesn't solve my problem.
For example I have "Issue 1" in proj XXX, and it has two links "Issue 2" and "Issue 3". If both "Issue 2" and "Issue 3" has resolution = Unresolved filter works, but if "Issue 2" resolved and "Issue 3" unresolved filter don't find "Issue 1" as I need
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I've tried second scenario and the search shows results:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ops, sorry :) Another filter hide my results, yes this works
issueFunction in linkedIssuesOf("project = YYY AND resolution = Unresolved")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.