Creates a new issue.
643 matches
Productivity/Linear
issueCreate
v1.0.0- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
action linear_create_issue {
label: "issueCreate"
description: "Creates a new issue."
provider: linear
method: POST
path: "/graphql"
encoding: json
scopes: ["write"]
document: "mutation mutation_issueCreate($input: IssueCreateInput!) {\n issueCreate(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}"
}