• Articles
  • Api Documentation
Show / Hide Table of Contents
  • Dapplo.Jira
    • AgileExtensions
    • AttachmentExtensions
    • FilterExtensions
    • IJiraClient
    • IssueExtensions
    • JiraClient
    • JiraConfig
    • JiraException
    • ProjectExtensions
    • ServerExtensions
    • SessionExtensions
    • TimeSpanExtensions
    • UserExtensions
    • WorkExtensions
  • Dapplo.Jira.Domains
    • IAgileDomain
    • IAttachmentDomain
    • IFilterDomain
    • IIssueDomain
    • IJiraDomain
    • IProjectDomain
    • IServerDomain
    • ISessionDomain
    • IUserDomain
    • IWorkDomain
  • Dapplo.Jira.Entities
    • AgileIssue
    • AgileIssueFields
    • AllowedValue
    • Attachment
    • AttachmentContainer<T>
    • AvatarUrls
    • BaseId<TId>
    • BaseProperties<TId>
    • Board
    • BoardConfiguration
    • Column
    • ColumnConfig
    • Comment
    • Comments
    • Component
    • ComponentDigest
    • Configuration
    • Epic
    • EpicColor
    • Error
    • EstimationCustomFieldInfo
    • EstimationFieldInfo
    • Field
    • Filter
    • Issue
    • IssueBase
    • IssueFields
    • IssueType
    • IssueWithFields<TFields>
    • LoginInfo
    • Pageable
    • PageableResult
    • PossibleField
    • Priority
    • ProgressInfo
    • Project
    • ProjectCategory
    • ProjectDigest
    • RankingCustomFieldInfo
    • Resolution
    • Results<TResultType>
    • Schema
    • Search
    • SearchResult<TIssue>
    • ServerInfo
    • SharePermission
    • Sprint
    • Status
    • StatusCategory
    • Subscription
    • Subscriptions
    • TimeTracking
    • TimeTrackingConfiguration
    • Transition
    • Transitions
    • User
    • Version
    • Visibility
    • VoteInfo
    • Watches
    • Worklog
    • Worklogs
  • Dapplo.Jira.Enums
    • AdjustEstimate
    • AvatarSizes
    • BoardTypes
  • Dapplo.Jira.Json
    • CustomDateTimeOffsetConverter
  • Dapplo.Jira.Query
    • DatetimeClause
    • Fields
    • IDatetimeClause
    • IDatetimeClauseWithoutValue
    • IFinalClause
    • IIssueClause
    • IProjectClause
    • ISimpleValueClause
    • IssueClause
    • ITextClause
    • ITypeClause
    • IUserClause
    • IVersionClause
    • Operators
    • ProjectClause
    • SimpleValueClause
    • TextClause
    • TypeClause
    • UserClause
    • VersionClause
    • Where

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 Source

AreAttachmentsEnabled

Are attachments enabled?

Declaration
[JsonProperty(PropertyName = "attachmentsEnabled")]
public bool AreAttachmentsEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AreSubTasksEnabled

Are sub-tasks enabled?

Declaration
[JsonProperty(PropertyName = "subTasksEnabled")]
public bool AreSubTasksEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AreUnassignedIssuesAllowed

Are unassigned issues allowed?

Declaration
[JsonProperty(PropertyName = "unassignedIssuesAllowed")]
public bool AreUnassignedIssuesAllowed { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsIssueLinkingEnabled

Is issue linking enabled?

Declaration
[JsonProperty(PropertyName = "issueLinkingEnabled")]
public bool IsIssueLinkingEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsTimeTrackingEnabled

Is time tracking enabled?

Declaration
[JsonProperty(PropertyName = "timeTrackingEnabled")]
public bool IsTimeTrackingEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsVotingEnabled

Is voting enabled?

Declaration
[JsonProperty(PropertyName = "votingEnabled")]
public bool IsVotingEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWatchingEnabled

Is watching enabled?

Declaration
[JsonProperty(PropertyName = "watchingEnabled")]
public bool IsWatchingEnabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

TimeTrackingConfiguration

The configuration of the time tracking

Declaration
[JsonProperty(PropertyName = "timeTrackingConfiguration")]
public TimeTrackingConfiguration TimeTrackingConfiguration { get; set; }
Property Value
Type Description
TimeTrackingConfiguration
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo