Unable to close a sprint even though I have administrator permissions
The close sprint button is greyed out....
There could be two reasons.
1- You don't have manage sprint permissions
2- You have manage sprint permissions on the current project but , your sprint have issues from another project where you don't have have the manage sprint issues . please execute this query
sprint = "SprintName/ID" and project!= the current project
If you get some issues, then either remove those issues from the sprint or grant yourself the manage sprint permissions on that project.
Hi @Rowan Smart ,
Check if you have "Manage Sprint" permission in the project.
Check if you have got only issues from project in which you have "Manage Sprint" permissions.
(You can run a JQL that can help --> sprint = "SprintName/ID" and project!=ABC )
where ABC is your project key.
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.