Protected
instancesProtected
factorySearch for resources using the Shortcut Syntax
The search query to use
Optional
next: stringThe next page token to use for pagination
const client = new Client()
const epics = client.epic.search('My epic')
const stories = client.story.search('team:platform')
const objectives = client.objective.search({team_id: 123})
const iterations = client.iteration.search('team:platform')
Error if the HTTP status code is 400 or greater
Service classes are not intended to be instantiated directly. Instead, use the Client class to create instances of services.