Skip to content

IssueTypeInput

Input to create an IssueType

graphql
input IssueTypeInput {
  description: String!
  iconPath: String!
  name: String!
}

Fields

IssueTypeInput.description ● String! non-null scalar

The description of the NamedNode

IssueTypeInput.iconPath ● String! non-null scalar

A path that is used as the icon for issues. Used with a 0 0 24 24 viewBox. No stroke, only fill.

IssueTypeInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

Member Of

CreateIssueTemplateInput input

Released under the MIT License.