Constructor
new AuditingClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/auditing'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
createAudit(opts, callback)
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
opts |
The request options. Properties
|
|||||||
callback |
Called when the audit is created. |
- Source:
getAudits(opts, callback)
Returns auditing records filtered using provided parameters
Parameters:
Name | Type | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
The filtering options for retrieving audits. Properties
|
|||||||||||||||||||||||||
callback |
Called when the audits are retrieved. |
- Source: