Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Find Pending Approvals for Inactive Users

Mathew Lederman
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.
July 20, 2023

Does anyone have a JQL query I can use to find pending approvals for inactive users? 

I tried some combination of the two below queries but I couldn't get anything to work.

assignee not in membersOf("jira-software-users")
pendingBy() 

1 answer

0 votes
Brie Taylor
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 4, 2023

Where the inactive user is the assignee:

 assignee in inactiveUsers() and approvals = pending()

Where the inactive user is the reporter:

reporter in inactiveUsers() and approvals = pending()

If you're after a query where the approver is inactive you'll need to enable the search functionality against the field first 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
8.20.11
TAGS
AUG Leaders

Atlassian Community Events