Class Sprint
Sprint information
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 Sprint : BaseProperties<long>
Properties
| Improve this Doc View SourceCompleteDate
When was the sprint completed
Declaration
[JsonProperty(PropertyName = "completeDate")]
public DateTimeOffset? CompleteDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
EndDate
When was the sprint ended
Declaration
[JsonProperty(PropertyName = "endDate")]
public DateTimeOffset? EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
Goal
Goal of the Sprint
Declaration
[JsonProperty(PropertyName = "goal")]
public string Goal { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the Sprint
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OriginBoardId
From what board is this sprint?
Declaration
[JsonProperty(PropertyName = "originBoardId")]
public int ? OriginBoardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
StartDate
When was the sprint started
Declaration
[JsonProperty(PropertyName = "startDate")]
public DateTimeOffset? StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
State
State of the Sprint
Declaration
[JsonProperty(PropertyName = "state")]
public string State { get; set; }
Property Value
Type | Description |
---|---|
System.String |