Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I filter to see all issues a certain user has approved?

Marco Calluso August 26, 2024

Hi

I need to create a filter, which shows me all issues a certain user has approved. Even though the approval step might not be done yet, because other users have to approve first.

Ist this somehow possible? All users are in different approval groups.

Thank you

1 answer

0 votes
Neil Fletcher August 26, 2024

Hi @Marco Calluso 

Give this JQL a try... it works for me in cloud;

project = abc123 and "Approvals[Approvals]" = approver('firstname lastname') OR "Approvals[Approvals]" = pendingBy("firstname lastname")

substitute the bold values with whatever you're looking for - this will return issues approved and issues waiting to be approved.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events