Class AgileIssue
Agile Issue information See: https://docs.atlassian.com/jira-software/REST/cloud/#agile/1.0/issue-getIssue
Inherited Members
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class AgileIssue : IssueWithFields<AgileIssueFields>
Properties
| Improve this Doc View SourceSprint
Retrieve the sprint information, this is a hack for getting the information. More details are here I created a ticket about this here
Declaration
public Sprint Sprint { get; }
Property Value
Type | Description |
---|---|
Sprint |
Methods
| Improve this Doc View SourceGetEstimation(BoardConfiguration)
Retrieve the estimation (story points) from the issue, this only works by using the BoardConfiguration This is a conveniance method for the generic GetEstimation and assumes a long
Declaration
public long GetEstimation(BoardConfiguration boardConfiguration)
Parameters
Type | Name | Description |
---|---|---|
BoardConfiguration | boardConfiguration | BoardConfiguration |
Returns
Type | Description |
---|---|
System.Int64 | long with estimation or 0 if nothing |
GetEstimation<T>(BoardConfiguration)
Retrieve the estimation (story points) from the issue, this only works by using the BoardConfiguration
Declaration
public T GetEstimation<T>(BoardConfiguration boardConfiguration)
Parameters
Type | Name | Description |
---|---|---|
BoardConfiguration | boardConfiguration | BoardConfiguration |
Returns
Type | Description |
---|---|
T | T or default(T) if there is no value |
Type Parameters
Name | Description |
---|---|
T | Type for the estimation |
GetRank(BoardConfiguration)
Retrieve the rank from the issue, this only works by using the BoardConfiguration
Declaration
public string GetRank(BoardConfiguration boardConfiguration)
Parameters
Type | Name | Description |
---|---|---|
BoardConfiguration | boardConfiguration | BoardConfiguration |
Returns
Type | Description |
---|---|
System.String | Something which represents a rank |