I am auditing tickets type = "change" that have not been approved.
Assuming this uses the official approval process, you could try this:
issuetype = Change and approvals = approved()
Let us know if it works!
Ste
I appreciate your prompt answer which does work for getting a listing of issuetype = change and approved.
What I've come to realize is that my workflow needs to be adjusted so that the results of approvals can only be approved, denied, or pending.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Oscar Espinoza ,
You can try other JQL functions like pending() that allows you to search for requests that require approval.
Take a look at the JQL functions page:
https://support.atlassian.com/jira-work-management/docs/advanced-search-reference-jql-functions/
Cheers,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.