It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I'm using JIRA 6.2.7 and JIRA Agile 6.3.13.1
I'm a new (to the company) JIRA administrator. I have jira-administrator and jira-system-administrator permissions. In the past, someone upgraded JIRA Agile, but just ignored the "This version of JIRA Agile requires sprints on Scrum boards to be migrated." message. I've gone through every Scrum Board and migrated them all, yet the message is still there. Is there any way I can see which board(s) remain to be migrated?
I found this article that gives you a DB query to find the information you're looking for:
https://confluence.atlassian.com/pages/viewpage.action?pageId=598837918
If it is not possible or feasible to ask every user about their boards, the list of Scrum boards that have not been migrated can be retrieved from the database:
select "NAME" , "OWNER_USER_NAME" from "AO_60DB71_RAPIDVIEW" where "SPRINT_MARKERS_MIGRATED" is null AND "SPRINTS_ENABLED" = 't' ; |
The query above will return Scrum boards (SPRINTS_ENABLED) that have not been migrated (SPRINT_MARKERS_MIGRATED) and user accounts that own them.
If you're using Atlassian OnDemand and so do not have access to the database, you will need to open a support case at support.atlassian.com.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreCan a new-to-agile team survive and thrive in a non-agile culture? If so, what advice would you give to those trying to be agile in a non-agile culture? What's the key(s) to success? Share your thoug...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.