Mutations
createIssueTrackerIssue
Create a new issue in a connected issue tracker (Shortcut, Rootly, incident.io, or GitHub) and return a ThreadLinkCandidate that can immediately be used with createThreadLink to link it to a thread.
The fields array must include all required fields for the chosen tracker (use issueTrackerFields to discover which fields are required and their allowed values).
For GitHub, the acting user must have a personal GitHub user auth integration set up via createGithubUserAuthIntegration; the issue is created on their behalf.
Requires the threadLink:create permission.
MUTATION
createIssueTrackerIssue(input: CreateIssueTrackerIssueInput!): CreateIssueTrackerIssueOutput!Arguments
input
required
Returns
error
threadLinkCandidate
Mutation
Variables
Response
Mutation
Variables
Response

