Configuration class
Details about the configuration of Jira.
Constructors
- Configuration({bool? attachmentsEnabled, bool? issueLinkingEnabled, bool? subTasksEnabled, TimeTrackingConfiguration? timeTrackingConfiguration, bool? timeTrackingEnabled, bool? unassignedIssuesAllowed, bool? votingEnabled, bool? watchingEnabled})
-
Configuration.fromJson(Map<
String, Object?> json) -
factory
Properties
- attachmentsEnabled → bool
-
Whether the ability to add attachments to issues is enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- issueLinkingEnabled → bool
-
Whether the ability to link issues is enabled.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subTasksEnabled → bool
-
Whether the ability to create subtasks for issues is enabled.
final
- timeTrackingConfiguration → TimeTrackingConfiguration?
-
The configuration of time tracking.
final
- timeTrackingEnabled → bool
-
Whether the ability to track time is enabled. This property is deprecated.
final
- unassignedIssuesAllowed → bool
-
Whether the ability to create unassigned issues is enabled. See
Configuring Jira application options
for details.
final
- votingEnabled → bool
-
Whether the ability for users to vote on issues is enabled. See
Configuring Jira application options
for details.
final
- watchingEnabled → bool
-
Whether the ability for users to watch issues is enabled. See
Configuring Jira application options
for details.
final
Methods
-
copyWith(
{bool? attachmentsEnabled, bool? issueLinkingEnabled, bool? subTasksEnabled, TimeTrackingConfiguration? timeTrackingConfiguration, bool? timeTrackingEnabled, bool? unassignedIssuesAllowed, bool? votingEnabled, bool? watchingEnabled}) → Configuration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited