• 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 JiraConfig

Use this class to configure some of the behaviour The values that start with Expand are used to set the expand query values, which make the Jira REST API return "more".

Inheritance
System.Object
JiraConfig
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
Assembly:Dapplo.Jira.dll
Syntax
public static class JiraConfig

Properties

| Improve this Doc View Source

ExpandGetFavoriteFilters

The values that are expanded in the GetFavoriteFilters result

Declaration
public static string[] ExpandGetFavoriteFilters { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetFilter

The values that are expanded in the GetFilter result

Declaration
public static string[] ExpandGetFilter { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetIssue

The values that are expanded in the GetIssue result Examples are: renderedFields, version

Declaration
public static string[] ExpandGetIssue { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetProject

The values that are expanded in the GetProject result

Declaration
public static string[] ExpandGetProject { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetProjects

The values that are expanded in the GetProjects result

Declaration
public static string[] ExpandGetProjects { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandGetTransitions

The values that are expanded in the GetTransitions result Examples are: transitions.fields

Declaration
public static string[] ExpandGetTransitions { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

ExpandSearch

The values that are expanded in the Search result

Declaration
public static string[] ExpandSearch { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SearchFields

The fields that are requested by the Search result

Declaration
public static string[] SearchFields { get; set; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SpintCustomField

The custom issue field name to use for sprint information

Declaration
public static string SpintCustomField { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 Dapplo