we have a customized to-do status called as CS Assigned to Squad, and is now showing as tickets are done with ticket number struck through. But they are supposed to be in To Do and as a result, its not showing in jira board current sprint and in the backlog. Please advise on how to figure this out. i already checked through jira workflow and everything seems to be right.
Hi @sravani gayatri ,
Issue keys showing with a strikethrough and disappearing from the board usually means Jira considers them "Resolved." This is typically caused by two things: the Status Category being set to "Done" (Green), or the Resolution field having a value.
Before we dive in, are you on Jira Cloud or Data Center? And is this a Team-managed or Company-managed project?
Run this query in issue search: key = [IssueKey] AND resolution is not EMPTY. If it returns results, the Resolution field is the culprit.
Check Status Category: Go to Issues → Statuses. Ensure the category for CS Assigned to Squad is To Do (Gray) or In Progress (Blue). If it's Green, Jira strikes it through by default.
Check Resolution Field: Check the field in the issue view. If it's not empty, check your workflow. Ensure transitions leading back to "To Do" have the Clear Resolution post-function configured.
Check Board Mapping: Go to Board settings → Columns. Ensure the status is mapped to a visible column and not left in the "Unmapped" section.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Ollie Guan the issue is resolved, looks like someone has unmapped the status category to columns in the board settings and once its mapped, the tickets started showing!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.