JiraSettingsApi class

Jira Cloud platform REST API documentation

Constructors

JiraSettingsApi(ApiClient _client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAdvancedSettings() Future<List<ApplicationProperty>>
Returns the application properties that are accessible on the Advanced Settings page. To navigate to the Advanced Settings page in Jira, choose the Jira icon > Jira settings > System, General Configuration and then click Advanced Settings (in the upper right).
getApplicationProperty({String? key, String? permissionLevel, String? keyFilter}) Future<List<ApplicationProperty>>
Returns all application properties or an application property.
getConfiguration() Future<Configuration>
Returns the global settings in Jira. These settings determine whether optional features (for example, subtasks, time tracking, and others) are enabled. If time tracking is enabled, this operation also returns the time tracking configuration.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setApplicationProperty({required String id, required SimpleApplicationPropertyBean body}) Future<ApplicationProperty>
Changes the value of an application property. For example, you can change the value of the jira.clone.prefix from its default value of CLONE - to Clone - if you prefer sentence case capitalization. Editable properties are described below along with their default values.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited