Forums

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

hi Currently we have a approval workflow, but no means to see who have approved from the approv

Leelanandan
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!
June 6, 2019

Currently we have a approval workflow, but no means to see who have approved from the approvers.

i.e 

100 user stories 9 (issue Type - Story) Routed for Review in JIRA to Approvers A, B and C

I would like to query and find how many approvers have approved the user stories and how many are pending.

1 answer

1 vote
Jack Nolddor _Sweet Bananas_
Atlassian Partner
June 6, 2019

Not sure if i underestood you properly but you can use some of this jql function to query about approval status:

* pending()

* pedingBy()

* approved()

* approver()


Further information: https://confluence.atlassian.com/jiracoreserver073/advanced-searching-functions-reference-861257222.html#Advancedsearching-functionsreference-approvedpendingBy()

Suggest an answer

Log in or Sign up to answer