I left my office Friday, forgetting to close my sprint for the week. Is there a way to edit the end date/time of the sprint in order to correct my burndowns & statistics?
Hi Matt, as far as I can tell, the only way to change the end date is directly via database (table AO_60DB71_SPRINT), however you may consider testing it first in a test environmnet.
Cheers
Is it possible to access the database for an atlassian-hosted Jira Agile account?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to access the database for an atlassian-hosted Jira Agile account?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matt, OnDemand customer don't have access to the database
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updating the END_DATE in that table did not work for me. What other tables might I need to update?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for us. Note that it's the START_DATE and COMPLETE_DATE columns that define the beginning and end of the sprint. I'm not sure what the END_DATE is. Maybe someone from Atlassian can illuminate us.
Also, be aware that the date is stored as a unix timestamp. To arrive at the correct value, you need to convert your desired date/time to GMT and then convert to a unix timestamp.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may also need to restart JIRA to see the change in the UI.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Matt,
This is absolutely achievable without DB manipulation - at least in the current version.
All you need to do is go to your sprint report, find the sprint you wish to edit via the drop down menu. Once you have that selected there's a more options / kabob menu icon (3 horizontal dots) which will allow you to reopen that sprint. At this point you can then visit your backlog and change the dates of the sprint and then re-close.
Your current sprint (if you have one active), will remain unharmed, unedited and can continue to feature in active sprint view, upon the close of retro-active sprint.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! You helped me a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think this misses the point. You can edit the END_DATE like this, but you will also cause the COMPLETE_DATE to be changed to the date/time that you re-closed the sprint after performing this edit, which is even later than the date on which the sprint work was actually terminated. It is the COMPLETE_DATE that affects your analytics (as mentioned by Dave Thomas) and i think the END_DATE just represents your original plan. Once the sprint is finished, the END_DATE is just window dressing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updating the END_DATE in that table did not work for me. What other tables might I need to update?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am assuming by END_DATE you mean COMPLETED_DATE and not the last day of the sprint as defined when the sprint was originally set up. AKA - start and two weeks later end... The COMPLETED_DATE is the date when you hit "Complete Sprint"
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.