java.lang.Object | |
↳ | com.atlassian.jira.rest.v2.admin.ApplicationPropertiesResource |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ApplicationPropertiesResource.Property |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns an application property.
| |||||||||||
Modify an application property via PUT.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns an application property.
key | a String containing the property key |
---|---|
permissionLevel | when fetching a list specifies the permission level of all items in the list
see ApplicationPropertiesService.EditPermissionLevel |
keyFilter | when fetching a list allows the list to be filtered by the property's start of key e.g. "jira.lf.*" whould fetch only those permissions that are editable and whose keys start with "jira.lf.". This is a regex. |
Modify an application property via PUT. The "value" field present in the PUT will override thee existing value.