IssueTypeInput
Input to create an IssueType
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 100 100 viewBox. No stroke, only fill.
IssueTypeInput.name ● String! non-null scalar
The name of the NamedNode, must not be blank
Member of
CreateIssueTemplateInput  input