Class: Status

Status

new Status()

Status

Properties:
Name Type Description
connector IConnector

the jira connector instance

Source:

Methods

findById(options, callbackopt) → {Promise.<any>}

Returns a full representation of the Status having the given id or name.

Parameters:
Name Type Attributes Description
options Object

An object containing options to pass to the Jira API.

Properties
Name Type Description
idOrName string

idOrName

token string

token The token to use for authentication. This token is supplied on a sucessful login. If not supplied, the default token (if set) is used

callback <optional>

if supplied, called with result of api call

Source:
Returns:

result of api call

Type
Promise.<any>

getStatuses(options, callbackopt) → {Promise.<any>}

Returns a list of all statuses

Parameters:
Name Type Attributes Description
options Object

An object containing options to pass to the Jira API.

Properties
Name Type Description
token string

token The token to use for authentication. This token is supplied on a sucessful login. If not supplied, the default token (if set) is used

callback <optional>

if supplied, called with result of api call

Source:
Returns:

result of api call

Type
Promise.<any>