Class Configuration
Comment information See get configuration
Inheritance
System.Object
Configuration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class Configuration
Properties
| Improve this Doc View SourceAreAttachmentsEnabled
Are attachments enabled?
Declaration
[JsonProperty(PropertyName = "attachmentsEnabled")]
public bool AreAttachmentsEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AreSubTasksEnabled
Are sub-tasks enabled?
Declaration
[JsonProperty(PropertyName = "subTasksEnabled")]
public bool AreSubTasksEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AreUnassignedIssuesAllowed
Are unassigned issues allowed?
Declaration
[JsonProperty(PropertyName = "unassignedIssuesAllowed")]
public bool AreUnassignedIssuesAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsIssueLinkingEnabled
Is issue linking enabled?
Declaration
[JsonProperty(PropertyName = "issueLinkingEnabled")]
public bool IsIssueLinkingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTimeTrackingEnabled
Is time tracking enabled?
Declaration
[JsonProperty(PropertyName = "timeTrackingEnabled")]
public bool IsTimeTrackingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVotingEnabled
Is voting enabled?
Declaration
[JsonProperty(PropertyName = "votingEnabled")]
public bool IsVotingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWatchingEnabled
Is watching enabled?
Declaration
[JsonProperty(PropertyName = "watchingEnabled")]
public bool IsWatchingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TimeTrackingConfiguration
The configuration of the time tracking
Declaration
[JsonProperty(PropertyName = "timeTrackingConfiguration")]
public TimeTrackingConfiguration TimeTrackingConfiguration { get; set; }
Property Value
Type | Description |
---|---|
TimeTrackingConfiguration |