Dear all,
I have a JIRA project with some custom issue type.
One of them "Workstream" has a custom field "linked_area" created as "Elements connect" that links it to another issue type "Area"
I need to be able to search all issues of type "Workstream" that has "linked_area" ins a set of "Area" that is a result of another query:
project = MyProj and type = Workstream and linkedd_are in (project = Myproj and type = Area and year = 2021) (year is a field og Area issue type).
Is there a way to do that through out-of-the-box JQL? Or is there a JIRA plug-in that may install to accomplish that?
Thank you.
Kind regards,
Ambretta