Skip to content

IssueRelationTypeInput

Input to create an IssueRelationType

graphql
input IssueRelationTypeInput {
  description: String!
  inverseName: String!
  name: String!
}

Fields

IssueRelationTypeInput.description ● String! non-null scalar

The description of the NamedNode

IssueRelationTypeInput.inverseName ● String! non-null scalar

The inverse name of the IssueRelationType, must not be blank

IssueRelationTypeInput.name ● String! non-null scalar

The name of the NamedNode, must not be blank

Member Of

CreateIssueTemplateInput input

Released under the MIT License.