You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi,
we are building a web app for our customers. A small part of the website is a table where the customer should be able to view his or hers current issues from our jira service desk. I am trying to setup an api-call which collects all the current issues for the customer/organization.
We could use a queue for each of our customers and only collect the issues from the queue:
GET /rest/servicedeskapi/servicedesk/{serviceDeskId}/queue/{queueId}/issue
Having a queue for each customer could be confusing in the future so we decided to try it with "Get customer request": https://developer.atlassian.com/cloud/jira/service-desk/rest/api-group-request
The problem is that the api access token is connected with our admin's e-mail-address. So instead of being able to get all the current issues for a customer/organization, I am only able to get the issues where our admin is involved as reporter or person in charge.
What am I doing wrong or what would be the best way to do this?
Thank you for your suggestions!
Hi @Basti
I believe that's the expected result, as a user requesting should only see what they reported or are participating in.
Response limitations: For customers, the list returned will include request they created (or were created on their behalf) or are participating in only.
Thank you for your answer. I can understand why the response is what it is. Is there a way to get all the issues for a customer?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We often have questions from folks using Jira Service Management about the benefits to using Premium. Check out this video to learn how you can unlock even more value in our Premium plan. &nb...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.