Skip to content

searchIMSs ​

Search for nodes of type IMS

graphql
searchIMSs(
  filter: IMSFilterInput
  first: Int!
  query: String!
  skip: Int
): [IMS!]!

Arguments ​

searchIMSs.filter ● IMSFilterInput input ​

Filter for specific items

searchIMSs.first ● Int! non-null scalar ​

Get the first n items.

searchIMSs.query ● String! non-null scalar ​

Search query nodes must match

searchIMSs.skip ● Int scalar ​

Skips n items.

Type ​

IMS object ​

Entity which represents an issue management system (like GitHub, Jira, Redmine, ...). Trackables can be added to this via an IMSProject, so that their issues are synced to this IMS. READ is granted via an associated IMSPermission.

Released under the MIT License.