Constructor
new WorkflowClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/workflow'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
getWorkflows(opts, callback)
Returns all workflows.
Parameters:
Name | Type | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
opts |
Object | The request options sent to the Jira API Properties
|
||||||||
callback |
Called when the workflow(s) have been retrieved. |
- Source: