Can't convert issue to discussion — ConvertToDiscussionDialogQuery returns a server error #202949
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. |
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.
Converting an issue to a discussion fails with a generic server-side error.
The failure happens on the
ConvertToDiscussionDialogQueryGraphQL request — i.e. when the "Convert to discussion" dialog loads, before a target category can even be selected. The conversion never gets far enough to be attempted, and the error carries no actionable detail.Details for log lookup:
A5A0:1BB6D7:CD6413:104D717:6A64E92F2026-07-25T16:49:56Zaidenlx/zotlit(public)Ruled out on my side: Discussions is enabled on the repo with categories configured, and I own the repo, so permissions and feature setup shouldn't be factors.
No workaround available. There's no public GraphQL mutation for converting an issue to a discussion —
createDiscussiondoesn't carry the issue over, and noconvertIssueToDiscussionexists in the schema. The web UI is the only path, so when it errors there's no alternative.Happy to reproduce and collect additional request IDs if that would help narrow it down.
All reactions