searchIssues
Search for nodes of type Issue
searchIssues(
  filter: IssueFilterInput
  first: Int!
  query: String!
  skip: Int
): [Issue!]!
Arguments
searchIssues.filter ● IssueFilterInput input
Filter for specific items
searchIssues.first ● Int! non-null scalar
Get the first n items.
searchIssues.query ● String! non-null scalar
Search query nodes must match
searchIssues.skip ● Int scalar
Skips n items.
Type
Issue object
An Issue in the Gropius system. Issues can be used to report bugs, request features, ask questions, ... Issues are synced to all IMSProjects of Trackables they are part of. All changes to the Issue are reflected by the timeline. READ is granted if READ is granted on any Trackable in
trackables. Caution: due to confidentiality reasons, updates toincomingRelationsdo not cause updates onlastModifiedByandparticipants, however,lastModifiedAtandlastUpdatedAtis still changed. The same applies to RelatedByIssueEvent, RemovedIncomingRelationEvent and IncomingRelationTypeChangedEvent.