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.