How can I produce a report that returns the specific person that approved a request? I must stress that, as the request for approval goes to a group, I don't just want the report to show all potential 'Approvers'.
You simply need to create a filter search and add Approvers to the column list.
ah yes that is correct. I don't think this can be done by JQL. You may have to create a listener and capture the approver in a custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
try this query, you can get all requests approved by the user
Approvals = approver("username")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That returns any requests where the user was in the group of users requested to approve, ie. it could have been a different user that actually approved it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
please try this query then
status changed from 'Waiting for approval' TO "Waiting for support" and status changed BY "username"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.