IssueRelationTypeInput
Input to create an IssueRelationType
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