I am creating a project in Jira through rest api. And i'm creating new permission schemes for every project so in that i need to give access for manage sprints option in permission scheme, but i was not able to find the key for Manage Sprints. Could anyone help me in resolving this.
The permission key is called "MANAGE_SPRINTS_PERMISSION". To find this I did a GET call on the /rest/api/2/permissionscheme/{schemeId}/permission endpoint on an existing Software permission scheme.
{
"permissions": [
{
"id": 10433,
"self": "http://localhost:7123/rest/api/2/permissionscheme/10000/permission/10433",
"holder": {
"type": "applicationRole"
},
"permission": "MANAGE_SPRINTS_PERMISSION"
},
I hope this helps.
Hi Andrew,
Thanks for your help. I was able to give permissions for Manage Sprints.
Thanks,
Aparna Tatavarthi.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.