Constructor
new ApplicationPropertiesClient(jiraClient)
Used to access Jira REST endpoints in '/rest/api/2/application-properties'
Parameters:
Name | Type | Description |
---|---|---|
jiraClient |
JiraClient |
- Source:
Methods
getProperties(optsopt, callback)
Gets an application property.
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
opts |
<optional> |
The options used to make the request. Properties
|
|||||||||||||||||
callback |
Called when the properties are retrieved. |
- Source:
getProperties(opts, callback)
Modify an application property via PUT. The "value" field present in the PUT will override thee existing value.
Parameters:
Name | Type | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
opts |
The options for modifying the application property. Properties
|
||||||||||
callback |
Called when the property has been modified |
- Source: