Hi,
I’m struggling with a Custom Field filter in Jira. We have "Personen" objects, which contain attributes like "Einsatzbereich" (which points to another object type) and "User" (which points to a Jira user).
My issue is that I can’t seem to filter the "Personen" objects that are in the same "Einsatzbereich" as the current user and the linked "Personen" object.
Here’s the query I’m using to filter "Personen" with an "Einsatzbereich" reference:objectType = Personen AND object having outboundReferences(objectType = Einsatzbereich)
However, I’m trying to filter for "Personen" objects that are in the same "Einsatzbereich" as the current user’s linked "Personen" object, but I’m not sure how to achieve that.
Any help would be greatly appreciated!
Thanks,
Tarik