Hello,
I am looking for solution for this task:
JIRA custom field displayed on customer portal displays list of items selected from Assets. Some items should be visible only if logged user belongs to defined group.
Condition should looks like:
(Obj.Status=Active) AND ((Obj.Visibility=YES) OR ((Obj.Visibility="YES-Limited ") AND ((user("currentUser()") in group("spec_team")))))
But for „Additional Filter Scope (AQL)“ is this condition incorrect.
Thanks for any suggestion