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.