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.
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()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.