discussion manages provider discussions.
Discussions are collaboration artifacts distinct from issues and changes.
Use discussion for long-form repository or community conversations.
Confirm that discussions are enabled for the repository and that the active provider supports them. Creating a discussion can require a provider category ID, which should come from provider configuration or existing discussion data.
gitfleet discussion list --repo owner/repositorygitfleet discussion list --repo owner/repository --limit 25 --page 2gitfleet discussion view <discussion-id> --repo owner/repositorygitfleet discussion create "Topic" --repo owner/repository --body "Details"
GitHub supports discussions. GitLab currently reports this capability as unsupported.
Creating discussions mutates provider state.
Use --json for reporting or moderation tooling.
For discussion lists, --limit is the page size and --page selects a
1-based provider page. This makes moderation scans predictable when a project
has enough discussions that the provider would otherwise return only the first
default page.