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.
How do I list all the service requests in Jira service desk cloud? I have site admin privileges but when I list service requests using /rest/servicedeskapi/request I do not see requests created by other users in the project
#Note: I'm able to view all service requests thru the web UI but unable to list all requests using the REST API interface.
@Sree Vinayak Balasubramaniam , welcome to the Atlassian Community!
If you're using Jira Cloud, try using the REST API GET for JSM Cloud itself: https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-requesttype/#api- rest-servicedeskapi-requesttype-get
If, as you indicated, you have permissions on the projects, then you will be able to have a list of all Request Types created in the environment. I have tested the endpoint and it works fine.
Hope this helps
I'm using this endpoint (https://abc.atlassian.net/rest/servicedeskapi/request) and able to list all service requests created by me, however I want to list all the service requested created by all the users in my organization.
I tried https://abc.atlassian.net/rest/servicedeskapi/request?requestOwnership=ALL_REQUESTS
using the requestOwnership parameter but does not seem to work. I'm referring to this document - https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-get
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.