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

Marco Calluso
Contributor
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
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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