Getting "This resource requires WebSudo" error while adding a new group to JIRA in RestAPI Automation using Rest Assured

Trying to add new user, by posting user details in to REST API: POST /rest/api/2/group

This error is coming using Jira API in rest assured

Request { "id": "https://docs.atlassian.com/jira/REST/schema/add-group#", "title": "Manali Group", "type": "object", "properties": { "name": { "type": "string" } }, "additionalProperties": false }

Response

401 This resource requires WebSudo.

Add Comment
0 Answer(s)

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.