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.
I want to delete a multi-group project role using rest api in Jira work management. I found that a single group project role can be deleted using the following api, What should I do if there are multiple groups?
For a single group (grp1): rest / api / 2 / project / {projectIdOrKey} / role / {id}? group = grp1
For multiple groups (grp1, grp2, grp3, etc.) :?
Hi @青山 明
Not sure if there is a delete all from a role. However, you. may need to provide the list of groups you want to delete and run through the API each time for each group.
-Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.