Creates a new team discussion.
Arguments
CreateTeamDiscussionInput [input]
Autogenerated input type of CreateTeamDiscussion
Attributes
The content of the discussion. This field is required.
Upcoming Change on 2024-07-01 UTC
Description: body
will be removed. Follow the guide at
https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to
find a suitable replacement.
Reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
A unique identifier for the client performing the mutation.
If true, restricts the visibility of this discussion to team members and
organization owners. If false or not specified, allows any organization member
to view this discussion.
Upcoming Change on 2024-07-01 UTC
Description: private
will be removed. Follow the guide at
https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to
find a suitable replacement.
Reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
The ID of the team to which the discussion belongs. This field is required.
Upcoming Change on 2024-07-01 UTC
Description: teamId
will be removed. Follow the guide at
https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to
find a suitable replacement.
Reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
The title of the discussion. This field is required.
Upcoming Change on 2024-07-01 UTC
Description: title
will be removed. Follow the guide at
https://github.blog/changelog/2023-02-08-sunset-notice-team-discussions/ to
find a suitable replacement.
Reason: The Team Discussions feature is deprecated in favor of Organization Discussions.
Parameters for CreateTeamDiscussion
Returns
CreateTeamDiscussionPayload [object]
Autogenerated return type of CreateTeamDiscussion
Attributes
A unique identifier for the client performing the mutation.
The new discussion.