Skip to content

searchIssueTypes

Search for nodes of type IssueType

graphql
searchIssueTypes(
  filter: IssueTypeFilterInput
  first: Int!
  query: String!
  skip: Int
): [IssueType!]!

Arguments

searchIssueTypes.filter ● IssueTypeFilterInput input

Filter for specific items

searchIssueTypes.first ● Int! non-null scalar

Get the first n items.

searchIssueTypes.query ● String! non-null scalar

Search query nodes must match

searchIssueTypes.skip ● Int scalar

Skips n items.

Type

IssueType object

Type of an Issue like BUG or FEATURE_REQUEST. Part of an IssueTemplate. READ is always granted.

Released under the MIT License.