Updates an issue.
643 matches
Productivity/Linear
issueUpdate
v1.0.0- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
action linear_update_issue {
label: "issueUpdate"
description: "Updates an issue."
provider: linear
method: POST
path: "/graphql"
encoding: json
scopes: ["write"]
document: "mutation mutation_issueUpdate($id: String!, $input: IssueUpdateInput!) {\n issueUpdate(id: $id, input: $input) { issue { activitySummary addedToCycleAt addedToProjectAt addedToTeamAt archivedAt autoArchivedAt autoClosedAt boardOrder branchName canceledAt completedAt createdAt customerTicketCount description descriptionState dueDate estimate id identifier inheritsSharedAccess integrationSourceType labelIds number previousIdentifiers priority priorityLabel prioritySortOrder reactionData slaBreachesAt slaHighRiskAt slaMediumRiskAt slaStartedAt slaType snoozedUntilAt sortOrder startedAt startedTriageAt subIssueSortOrder suggestionsGeneratedAt title trashed triagedAt trusted updatedAt url } lastSyncId success }\n}"
}