One of my active sprints has gone missing on me. I can see it on the Report tab but not in the Work or Plan tabs. There are JIRAs in the sprin, and when I look at those JIRAs, they show the sprint name. The sptint has an internal number, and when I query for jiras by that sprint number, I can find them.
But the sprint is nowhere to be seen on any of my boards. I creates a new board with no filtering query just to be sure, and I can see all sprint on it except this one.
I use Scrum boards, not Kanban.
Any ideas?
Community moderators have prevented the ability to post new answers.
You can try this:
1. Check if your default "Sprint customfield id" (you can find it with sql statement: SELECTpn.id, entity_name, entity_id, property_key, propertyvalue
FROM
propertynumber pn
JOIN
propertyentry pe
ON
pe.id = pn.id
WHERE
property_key
like
'GreenHopper.%')
is the same as the ids of the "Sprint custom field ids" releted to mentioned issues (you can find values in table CUSTOMFIELDVALUE, field CUSTOMFIELD).
Default Sprint custom field (or more Sprint custom fields if they are duplicated) is also visible in 'Custom Fields' page. Is is marked as 'Locked'. You can see ID of the field by choose the cog icon
at top right of the screen and roll over the Edit link.
2. Read the article: https://confluence.atlassian.com/display/GHKB/How+to+Fix+the+Duplicate+GreenHopper+Custom+Fields+After+Upgrading
Regards,
Florjan
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Apply agile practices
Transform how you manage your work with agile practices, including kanban and scrum frameworks.
Learning Path
Configure agile boards for Jira projects
Learn how to create and configure agile Jira boards so you can plan, prioritize, and estimate upcoming work.
Jira Essentials with Agile Mindset
Suitable for beginners, this live instructor-led full-day course will set up your whole team to understand how to use Jira with an agile methodology.
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.