I'm trying to filter down to requests that were declined by a specific user group (we set approvals by user groups, allows the team to delegate review and approval). Is there a way to do this?
Found a feature request in Atlassian to this end but the result was adding Approvals search (ie Approvals = approved() ) but there's no function so you just get a bunch of declined requests, curious if you can set this to a specific approver.
Thx in advance for your help!
Hello Amy
I hope you are doing well today.
If understood it right you'd like to filter the issue which has the status declined and the user is a group or a user right?
Try this
project = XXX AND status = Declined AND approvers = "User.name/User.Group)
I hope it helps you.
Best, Lucas.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.