I was working in the backlog and adding more task and all of a sudden i could not link to Sprint 1... I was only able to link to sprint 2 which i was preparing to start next week. Now all of my work for sprint 1 is not on the board anymore.
Hi Donnavan,
I am suspecting that the Sprint could have been closed. To check this, you can log in to JIRA database and run the following SQL:
select * from "AO_60DB71_SPRINT" where "NAME" = 'Sprint 1';
I am assuming that your Sprint name is Sprint 1, if that not it, then you can replace the Sprint 1 with the correct name in the SQL.
Sample result if the Sprint is closed:
-[ RECORD 1 ]-+----------------
CLOSED | t
COMPLETE_DATE | 1515425646836
END_DATE | 1515430446837
GOAL |
ID | 2
NAME | Sample Sprint 1
RAPID_VIEW_ID | 1
SEQUENCE |
STARTED | t
START_DATE | 1514220846836
As you can see here, it says True for Closed - this means the Sprint is closed.
Cheers,
Moga
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.