Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

What is the key for Manage sprints in permission scheme

Deleted user November 28, 2018

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.

1 answer

1 accepted

0 votes
Answer accepted
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 29, 2018

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.

Deleted user November 29, 2018

Hi Andrew,

Thanks for your help. I was able to give permissions for Manage Sprints.

 

Thanks,

Aparna Tatavarthi.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events