Board layout with swimlanes by "Parent issue" silently omits valid sub-issues from the view #193322
Replies: 1 comment
-
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Symptom
On a Board-layout view grouped by swimlanes = "Parent issue", some sub-issues with a valid parent link never render in their parent's swimlane. Browser Ctrl-F confirms the card isn't in the DOM at all on that view. The issue renders correctly on every other view I've tried (issue detail page, Table layout, list views).
Repro
addSubIssue/ real sub-issue relationship, confirmed via GraphQLissue.parentandissue.subIssues).cycle:"<current cycle>", swimlanes = "Parent issue", columns grouped by Status.32/51. 17 sub-issues have Status=Planned and should appear under the Epic swimlane; some do, some don't.#2285hasparent.number == <epic>via GraphQL, has Cycle = current cycle, Status = Planned, Issue Type = Bug, is on the project (not archived, single project item). It doesn't appear on the Board view. It appears fine on the Table view and on its own issue page.What I've verified via the API
For the missing sub-issue:
issue.parentreturns the correct parent.issue.projectItemsreturns exactly one item on the project, not archived.fieldValueByName("Parent issue")returnsnullβ but it also returns null for sub-issues that do render correctly in the swimlane, so that null is not diagnostic.Workarounds tried, none fixed the board rendering
removeSubIssuethenaddSubIssueβ no effect.deleteProjectV2ItemthenaddProjectV2ItemByIdwith all custom fields restored β no effect. Fresh project item id, same view behavior.Workarounds that DO work
groupBy = "Parent issue") β all items render.So the bug is in the Board-layout + swimlane=Parent-issue rendering path specifically, not in the underlying data or the Table layout.
Possibly related
Ask
Beta Was this translation helpful? Give feedback.
All reactions