pub async fn get_application_property(
configuration: &Configuration,
params: GetApplicationPropertyParams,
) -> Result<Vec<ApplicationProperty>, Error<GetApplicationPropertyError>>
Expand description
Returns all application properties or an application property. If you specify a value for the key
parameter, then an application property is returned as an object (not in an array). Otherwise, an array of all editable application properties is returned. See Set application property for descriptions of editable properties. Permissions required: Administer Jira global permission.