I am looking for the API which will return the approver details from the Jira Service Desk. I have already gone through this https://docs.atlassian.com/jira-servicedesk/REST/3.8.4/#servicedeskapi/request/{issueIdOrKey}/approval-getApprovals , But I want to query approver details using JQL Advanced Search or else is there any other way to get all the approver details for the given request instead of using https://docs.atlassian.com/jira-servicedesk/REST/3.8.4/#servicedeskapi/request/{issueIdOrKey}/approval-getApprovals.
There are some nice JQL functions around approvals. See https://support.atlassian.com/jira-software-cloud/docs/advanced-search-reference-jql-functions/
If you have different user fields for different approvals and want to know more than, "What are the issues needing approval", like "I want to know who has approvals outstanding", that's challenging, because that pivots from an Issue view to a User view, which is not really what Jira does.
Let's say you want a daily prompt to approvers You can do an automation around this, like:
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.