GraphQL reference

NewEditorCreateIssueInput

Input

Autogenerated input type of NewEditorCreateIssue

mutation { organization(id: $organizationId) { project(id: $projectId) { newEditorCreateIssue } } }

Example

mutation NewEditorCreateIssue(
  $organizationId: ID!
  $projectId: ID!
  $input: NewEditorCreateIssueInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      newEditorCreateIssue(input: $input) {
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
companyAccessibleBoolean!
createdAtISO8601DateTime
defaultForUserIdID
idID!
membershipsJSON
mutationMetadataJSON
organizationAccessibleBoolean!
publicDefaultForProjectBoolean
titleString!
updatedAtISO8601DateTime