Skip to content

createIssue ​

Creates a new Issue on at least one Trackable, requires CREATE_ISSUES on all Trackables it should be created on. Additionally, checks that the type, state and templatedFields are compatible with the template.

graphql
createIssue(
  input: CreateIssueInput!
): CreateIssuePayload!

Arguments ​

createIssue.input ● CreateIssueInput! non-null input ​

Defines the created Issue

Type ​

CreateIssuePayload object ​

Released under the MIT License.