-
Bug
-
Resolution: Fixed
-
Low
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
Deleting a synced group via the API removes group role assignment from Jira projects.
Steps to Reproduce
- Push a group using user provisioning and wait until this group get synced to your site.
- Go to your Jira Cloud instance and select a project, go to project setting and then people.
- Hit add people, select the group that was just pushed and grant any role to this group.
- Run the request DELETE /rest/api/3/group to delete this very group.
- You will get an error message and a HTTP status 400. The groups are NOT deleted and this is expected as the groups are being synced via user provisioning.
- Go back to the People tab in your Jira project and refresh the page
Expected Results
- The group will still retain its role because the group was not deleted.
Actual Results
- The group lost its role. This the expected behavior if the group is deleted, which is not the case here.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- relates to
-
GORDIAN-1117 Loading...