Class BoardConfiguration
Board 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 BoardConfiguration : Board
Properties
| Improve this Doc View SourceColumnConfig
Configuration for the columns of the Board
Declaration
[JsonProperty(PropertyName = "columnConfig")]
public ColumnConfig ColumnConfig { get; set; }
Property Value
Type | Description |
---|---|
ColumnConfig |
Estimation
The custom field info for the estimation information
Declaration
[JsonProperty(PropertyName = "estimation")]
public EstimationCustomFieldInfo Estimation { get; set; }
Property Value
Type | Description |
---|---|
EstimationCustomFieldInfo |
Filter
Filter for the Board
Declaration
[JsonProperty(PropertyName = "filter")]
public Filter Filter { get; set; }
Property Value
Type | Description |
---|---|
Filter |
Ranking
The custom field id for the ranking information
Declaration
[JsonProperty(PropertyName = "ranking")]
public RankingCustomFieldInfo Ranking { get; set; }
Property Value
Type | Description |
---|---|
RankingCustomFieldInfo |