Class: SecurityLevelClient

SecurityLevelClient(jiraClient)

new SecurityLevelClient(jiraClient)

Used to access Jira REST endpoints in '/rest/api/2/securitylevel'

Parameters:
Name Type Description
jiraClient JiraClient
Source:

Methods

getSecurityLevel(opts, callbackopt) → {Promise}

Get a full representation of the security level that has the given id.

Parameters:
Name Type Attributes Description
opts

The request options to send to the Jira API.

Properties
Name Type Description
securityLevelId

The id of the security level to retrieve

callback <optional>

Called when the security level has been retrieved.

Source:
Returns:

Resolved when the security level has been retrieved.

Type
Promise