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 SourceExpandGetFavoriteFilters
The values that are expanded in the GetFavoriteFilters result
Declaration
public static string[] ExpandGetFavoriteFilters { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ExpandGetFilter
The values that are expanded in the GetFilter result
Declaration
public static string[] ExpandGetFilter { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
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[] |
ExpandGetProject
The values that are expanded in the GetProject result
Declaration
public static string[] ExpandGetProject { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
ExpandGetProjects
The values that are expanded in the GetProjects result
Declaration
public static string[] ExpandGetProjects { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
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[] |
ExpandSearch
The values that are expanded in the Search result
Declaration
public static string[] ExpandSearch { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
SearchFields
The fields that are requested by the Search result
Declaration
public static string[] SearchFields { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |
SpintCustomField
The custom issue field name to use for sprint information
Declaration
public static string SpintCustomField { get; set; }
Property Value
Type | Description |
---|---|
System.String |