Hi,
I am using Jira Service Desk 4.13.3 and I am experiencing some weird results and would appreciate some assistance.
The following two endpoints do not yield the same results based on permissions:
My scenario is as follows:
1 - The ticket is shared with organizations/participants and both apis return the results correctly.
2 - I dont want to have the user part of the organizations/participants in order to query the apis above to get the results. If the user is has browse permission and the service desk agent permission as well as a service desk license they should still see the ticket from both api calls.
However
https://docs.atlassian.com/jira-servicedesk/REST/4.13.3/#servicedeskapi/request-getMyCustomerRequests does not return my ticket in its results while https://docs.atlassian.com/jira-servicedesk/REST/4.13.3/#servicedeskapi/request-getCustomerRequestByIdOrKey does.
These both seems to be the same request with the latter just specifying the ticket id directly.
Why does scenario 2 not work for endpoint 1 ?
Regards,
Avinash
The getMyCustomerRequests only returns issues where the caller is either the Reporter or the Request Participant. If a user has the browse permission and a service desk agent license, then the user can use the https://docs.atlassian.com/software/jira/docs/api/REST/8.13.3/#api/2/filter and https://docs.atlassian.com/software/jira/docs/api/REST/8.13.3/#api/2/search methods to obtain requests of interest.
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.