I am trying to update the permission schema using JIRA API call -
/rest/api/2/project/{key}/permissionscheme but it always returns 403 where as from ui i am able to update permission schema with the same user id
When i use curl , the syntax I use to pass credentials is
curl -u "username:password"
You could try using API Tokens
https://www.resolution.de/post/how-to-create-api-tokens-for-jira-server-s-rest-api/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.