IssueTemplate
Template for Issues. Defines templated fields with specific types (defined using JSON schema). Defines possible IssueTypes, IssueStates and IssuePriorities for Issues with this Template, possible AssignmentTypes for Assignments to Issues with this template, and possible RelationTypes for outgoing IssueRelations for Issues with this template. All those are derived, if this Template extends another IssueTemplate.
type IssueTemplate implements BaseNode, BaseTemplate, Named, NamedNode, Node, Template {
  assignmentTypes(
    after: String
    before: String
    filter: AssignmentTypeFilterInput
    first: Int
    last: Int
    orderBy: [AssignmentTypeOrder!]
    skip: Int
  ): AssignmentTypeConnection!
  description: String!
  extendedBy(
    after: String
    before: String
    filter: IssueTemplateFilterInput
    first: Int
    last: Int
    orderBy: [IssueTemplateOrder!]
    skip: Int
  ): IssueTemplateConnection!
  extends(
    after: String
    before: String
    filter: IssueTemplateFilterInput
    first: Int
    last: Int
    orderBy: [IssueTemplateOrder!]
    skip: Int
  ): IssueTemplateConnection!
  hasPermission(
    permission: AllPermissionEntry
  ): Boolean!
  id: ID!
  isDeprecated: Boolean!
  issuePriorities(
    after: String
    before: String
    filter: IssuePriorityFilterInput
    first: Int
    last: Int
    orderBy: [IssuePriorityOrder!]
    skip: Int
  ): IssuePriorityConnection!
  issueStates(
    after: String
    before: String
    filter: IssueStateFilterInput
    first: Int
    last: Int
    orderBy: [IssueStateOrder!]
    skip: Int
  ): IssueStateConnection!
  issueTypes(
    after: String
    before: String
    filter: IssueTypeFilterInput
    first: Int
    last: Int
    orderBy: [IssueTypeOrder!]
    skip: Int
  ): IssueTypeConnection!
  name: String!
  relationTypes(
    after: String
    before: String
    filter: IssueRelationTypeFilterInput
    first: Int
    last: Int
    orderBy: [IssueRelationTypeOrder!]
    skip: Int
  ): IssueRelationTypeConnection!
  templateFieldSpecifications(
    namePrefix: String
  ): [JSONField!]!
  usedIn(
    after: String
    before: String
    filter: IssueFilterInput
    first: Int
    last: Int
    orderBy: [IssueOrder!]
    skip: Int
  ): IssueConnection!
}
Fields
IssueTemplate.assignmentTypes ● AssignmentTypeConnection! non-null object
Set of all types Assignments to Issues with this Template can have.
IssueTemplate.assignmentTypes.after●StringscalarGet only items after the cursor
IssueTemplate.assignmentTypes.before ● String scalar
Get only items before the cursor
IssueTemplate.assignmentTypes.filter ● AssignmentTypeFilterInput input
Filter for specific items in the connection
IssueTemplate.assignmentTypes.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.assignmentTypes.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.assignmentTypes.orderBy ● [AssignmentTypeOrder!] list input
Order in which the items are sorted
IssueTemplate.assignmentTypes.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IssueTemplate.description ● String! non-null scalar
The description of this entity.
IssueTemplate.extendedBy ● IssueTemplateConnection! non-null object
Templates that extend this template.
IssueTemplate.extendedBy.after●StringscalarGet only items after the cursor
IssueTemplate.extendedBy.before ● String scalar
Get only items before the cursor
IssueTemplate.extendedBy.filter ● IssueTemplateFilterInput input
Filter for specific items in the connection
IssueTemplate.extendedBy.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.extendedBy.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.extendedBy.orderBy ● [IssueTemplateOrder!] list input
Order in which the items are sorted
IssueTemplate.extendedBy.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IssueTemplate.extends ● IssueTemplateConnection! non-null object
Template this template extends.
IssueTemplate.extends.after●StringscalarGet only items after the cursor
IssueTemplate.extends.before ● String scalar
Get only items before the cursor
IssueTemplate.extends.filter ● IssueTemplateFilterInput input
Filter for specific items in the connection
IssueTemplate.extends.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.extends.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.extends.orderBy ● [IssueTemplateOrder!] list input
Order in which the items are sorted
IssueTemplate.extends.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IssueTemplate.hasPermission ● Boolean! non-null scalar
Checks if the current user has a specific permission on this Node
IssueTemplate.hasPermission.permission●AllPermissionEntryenumThe permission to check for
IssueTemplate.id ● ID! non-null scalar
The unique id of this node
IssueTemplate.isDeprecated ● Boolean! non-null scalar
If true, this template is deprecated and cannot be used for new entities any more.
IssueTemplate.issuePriorities ● IssuePriorityConnection! non-null object
Set of all priorities Issues with this Template can have.
IssueTemplate.issuePriorities.after●StringscalarGet only items after the cursor
IssueTemplate.issuePriorities.before ● String scalar
Get only items before the cursor
IssueTemplate.issuePriorities.filter ● IssuePriorityFilterInput input
Filter for specific items in the connection
IssueTemplate.issuePriorities.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.issuePriorities.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.issuePriorities.orderBy ● [IssuePriorityOrder!] list input
Order in which the items are sorted
IssueTemplate.issuePriorities.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IssueTemplate.issueStates ● IssueStateConnection! non-null object
Set of all states Issues with this Template can have.
IssueTemplate.issueStates.after●StringscalarGet only items after the cursor
IssueTemplate.issueStates.before ● String scalar
Get only items before the cursor
IssueTemplate.issueStates.filter ● IssueStateFilterInput input
Filter for specific items in the connection
IssueTemplate.issueStates.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.issueStates.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.issueStates.orderBy ● [IssueStateOrder!] list input
Order in which the items are sorted
IssueTemplate.issueStates.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IssueTemplate.issueTypes ● IssueTypeConnection! non-null object
Set of all types Issues with this Template can have.
IssueTemplate.issueTypes.after●StringscalarGet only items after the cursor
IssueTemplate.issueTypes.before ● String scalar
Get only items before the cursor
IssueTemplate.issueTypes.filter ● IssueTypeFilterInput input
Filter for specific items in the connection
IssueTemplate.issueTypes.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.issueTypes.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.issueTypes.orderBy ● [IssueTypeOrder!] list input
Order in which the items are sorted
IssueTemplate.issueTypes.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IssueTemplate.name ● String! non-null scalar
The name of this entity.
IssueTemplate.relationTypes ● IssueRelationTypeConnection! non-null object
Set of all types outgoing IssueRelations of Issues with this Template can have
IssueTemplate.relationTypes.after●StringscalarGet only items after the cursor
IssueTemplate.relationTypes.before ● String scalar
Get only items before the cursor
IssueTemplate.relationTypes.filter ● IssueRelationTypeFilterInput input
Filter for specific items in the connection
IssueTemplate.relationTypes.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.relationTypes.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.relationTypes.orderBy ● [IssueRelationTypeOrder!] list input
Order in which the items are sorted
IssueTemplate.relationTypes.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IssueTemplate.templateFieldSpecifications ● [JSONField!]! non-null object
All template field specifications, if a
namePrefixis provided, only those matching it
IssueTemplate.templateFieldSpecifications.namePrefix●StringscalarName of the extension field.
IssueTemplate.usedIn ● IssueConnection! non-null object
Entities which use this template.
IssueTemplate.usedIn.after●StringscalarGet only items after the cursor
IssueTemplate.usedIn.before ● String scalar
Get only items before the cursor
IssueTemplate.usedIn.filter ● IssueFilterInput input
Filter for specific items in the connection
IssueTemplate.usedIn.first ● Int scalar
Get the first n items. Must not be used if before is specified
IssueTemplate.usedIn.last ● Int scalar
Get the last n items. Must not be used if after is specified
IssueTemplate.usedIn.orderBy ● [IssueOrder!] list input
Order in which the items are sorted
IssueTemplate.usedIn.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
Interfaces
BaseNode interface
Shared extensions to the node type.
BaseTemplate interface
Base type for both Template and SubTemplate. Defines templated fields with specific types (defined using JSON schema). READ is always granted.
Named interface
Entity with a name and a description.
NamedNode interface
Node with a name and description
Node interface
Base class of all nodes
Template interface
BaseTemplate with composition features. Can have SubTemplates. Defines templated fields with specific types (defined using JSON schema).
Returned by
searchIssueTemplates  query
Member of
Issue  object ● IssueTemplateConnection  object ● IssueTemplateEdge  object ● TemplateChangedEvent  object