Hi everyone!
Is there a way to list ALL requests instead of all connected to a specific user?
https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request/#api-rest-servicedeskapi-request-get
Kind regards
Karl S
Hi, @Karl Sjökvist
If you're Jira Administrator, or Service Desk team member, with permissions to access project, where you want to see Customer Requests of certain type - you can use standard JQL request, like:
project = project_name AND "Customer Request Type" = "Your_Needed_Request_Type_Name"
Documentation:
@Evgenii Thank you,
Im using searchTerm "project = "Our Servicedesk" AND requestTypeId = 11" with the REST API, but it's still only giving me my own requests.
But i'm a administrator and service desk administrator.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karl Sjökvist can you clarify, please, if you're using standard search of issues in Jira, with this JQL (not through REST), do you see all required issues?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Evgenii Now im getting "Field 'Customer Request Type' does not exist or you do not have permission to view it." (Im using Jira cloud)
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.
https://yourdomain.atlassian.net/rest/api/latest/search?jql=project%20=%20test%20AND%20"Request%20Type"%20=%20"Request%20Name"
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.
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.