Skip to content

UpdateIssueTypeInput

Input for the updateIssueType mutation

graphql
input UpdateIssueTypeInput {
  description: String
  iconPath: String
  id: ID!
  name: String
}

Fields

UpdateIssueTypeInput.description ● String scalar

The description of the NamedNode

UpdateIssueTypeInput.iconPath ● String scalar

A path that is used as the icon for issues

UpdateIssueTypeInput.id ● ID! non-null scalar

The id of the node to update

UpdateIssueTypeInput.name ● String scalar

The new name of the NamedNode, must not be empty

Member Of

updateIssueType mutation

Released under the MIT License.