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.
Hi,
I want to change the customer permissions on a JIRA service desk project via an API call. Is it possible?The default behavior is that whenever you a new project, anyone with an account on https://yourdomain.atlassian.net will have an access on the portal and can send requests to the projects.
I want that whenever I create a new project, its permissions should be set to `Customers my team adds to the project` by default or at least I could change it with a REST api call. Is there some way to achieve this?
Hello @Stakater SRE _ 1,
Thank you for reaching out to Atlassian Community!
When creating a project in Service Desk, by default it should be set as "Customers my team adds to the project", but this only happens on a Standard Jira site.
I tested here both on a Free and Standard Jira site and created a next-gen and a classic project. On the Free site, customer permissions are set as "Anyone with an account" for all new projects. On Standard sites, the permission is set to "Customers my team adds to the project".
There is a bug where I reported this issue a while ago:
Please, click on "This affects my team" and also watch to receive updates about the bug.
Regarding the API, there is no endpoint that allows changing customer permissions.
Regards,
Angélica
As you mentioned, the official api don't mentions any such endpoint that provides this support. However, I found this endpoints that can help us change the project permission with the api call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hope you are well.
Can you please advise on how you updated the project permissions with the above API?
I am trying to set the "serviceDeskIpenAccess" to "true".
Is there a POST or a PUT to this API?
Regards,
Nawaaz
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nawaaz,
To change the 'Who can access the portal' permissions detailed in this post, it is a POST request to
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.