Skip to content

IssuePriorityInput

Input to create an IssuePriority

graphql
input IssuePriorityInput {
  description: String!
  iconPath: String!
  name: String!
  value: Float!
}

Fields

IssuePriorityInput.description ● String! non-null scalar

The description of the NamedNode

IssuePriorityInput.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.

IssuePriorityInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

IssuePriorityInput.value ● Float! non-null scalar

The value of the created IssuePriority, used to compare/order different IssuePriorities

Member Of

CreateIssueTemplateInput input

Released under the MIT License.