I am having trouble managing my team's sprints in Jira. I have double checked that I have admin permissions/manage sprint permissions for every Project involved in our board and I still get the error "You must have Manage Sprint permissions for all projects on the origin board".
The board is based on complex query. with more than 5 projects.
Hi Shivi,
The easiest way to find out what project could be causing the issue will be to make simple queries for each project in relation to the sprint and find out which one you're unable to view, etc. Using Manage Sprints permission for advanced cases knowledge base article has a table with a very good explanation of how to simplify your queries and test to make sure you do have the correct permissions on each project, issue, etc.
Another common problem is that SprintA doesn't really belong to BoardA. The fact that SprintA displays on BoardA doesn't mean that BoardA owns it, SprintA could be owned by BoardB. Steps to check this:
Check mapping from AO_60DB71_SPRINT table by running SQL:
select "ID","NAME","RAPID_VIEW_ID" from "AO_60DB71_SPRINT" where "ID"= <ID of SprintA>;
Example:
select "ID","NAME","RAPID_VIEW_ID" from "AO_60DB71_SPRINT" where "ID"=7;
ID | NAME | RAPID_VIEW_ID
----+----------+---------------
7 | Sprint 4 | 1
Check if RAPID_VIEW_ID matches ID_BoardA, if it doesn't then SprintA is owned by BoardB. Now you have id of BoardB.
If SprintA is owned by BoardB, then repeat Steps 1 and 2 taking into account BoardB.
Please simplify your queries and verify the Board is actually showing correctly and we'll go from there.
Cheers,
Branden
Hi Branden
How /where to run these SQL queries. Is there any addon required ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Al,
You would need to run this against your SQL database, .e.g MSSQL, Postgres, etc and there is no add-on required. If you're unsure of the database you're using you can find out like this:
Choose > System . Select Troubleshooting and Support > System Info to open the System Info page.
Cheers,
Branden
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.