Creates a new comment.
643 matches
Productivity/Linear
commentCreate
v1.0.0- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
action linear_create_comment {
label: "commentCreate"
description: "Creates a new comment."
provider: linear
method: POST
path: "/graphql"
encoding: json
scopes: ["write"]
document: "mutation mutation_commentCreate($input: CommentCreateInput!) {\n commentCreate(input: $input) { comment { archivedAt body bodyData createdAt documentContentId editedAt hideInLinear id initiativeId initiativeUpdateId isArtificialAgentSessionRoot issueId parentId projectId projectUpdateId quotedText reactionData resolvedAt resolvingCommentId threadSummary updatedAt url } lastSyncId success }\n}"
}