Hi All,
We are encountering an issue in our Jira Data Center instance, version 9.12.12, where a specific user is unable to complete a sprint. The "Complete Sprint" button is unavailable to them.
The following message is displayed when attempting to complete the sprint: "To complete a sprint you must have Manage start/complete sprints for all project on the source board."
We have investigated several potential causes and would appreciate your assistance in resolving this. Here are the steps we have already taken:
Despite these checks, the user is still unable to complete the sprint. We are unsure of what further troubleshooting steps to take and would be grateful for your guidance.
Thank you for your time and support.
Natali
Hello @Natali ,
Though user have permission as Manage Sprint in the project associated with the board - there could be a chance that the Sprint is associated with some other board.
Trust me, I had similar issue and lot of head scratching, post all the checks I found that the sprint was created from another board as origin and it had additional projects associated.
Check the origin board id via rest api: http://{baseurl}/rest/agile/1.0/sprint/{sprintId}'
Check for originBoardId, and get the associated projects inside that.
Ref . https://developer.atlassian.com/server/jira/platform/rest/v10006/api-group-sprint/#api-agile-1-0-sprint-sprintid-get
Hi @Natali
to add to @Walter Buggenhout answer: The permission check requires that the person has the "Edit" and "Manage Sprints" permission for all projects belonging to the filter.
Sometimes your filter spans over more than one project without notice because the issues do not show up on the board because of the column mapping. Nevertheless these will block start/stop sprint.
What you could do to debug: Open the board filter and try to exclude the projects you know and see if there are still issues left from other projects. To do so use the following:
(your filter query) AND project NOT IN( put in the known projects here)
Hope this gets you started
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Natali,
Can you share your board filter? In most cases, this is because the board filter is what is commonly called "complex".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.