Skip to main content

IssuePriorityInput

Input to create an IssuePriority

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

Fields

IssuePriorityInput.description ● String! non-null scalar

The description of the NamedNode

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