You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.