[Feature] Replicate Jira's Velocity Chart and Sprint Report metrics #102
Labels
status:scoping
Currently being scoped
type:enhancement
New functionality or enhancement
update_type:feature
Primary focus is to add new functionality
Is there an existing feature request for this?
Describe the Feature
We need a snapshot of story points that were "committed" at the beginning of a sprint and story points that were "completed" at the time the sprint ended. Teams would like to track sprint velocity over time in one place (ex: Tableau dashboard). Jira's interface for the Velocity Chart is limited to the past 7 Sprints. Jira's Client API does not currently provide these metrics.
Describe alternatives you've considered
Jira's Front-End API (greenhopper) provides the data needed but is unsupported by Jira, and access could be disabled anytime.
Jira Front-End API endpoints:
Velocity Chart:
Sprint Report:
'id': 'issue_id',
'key': 'issue_key',
'typeName': 'issue_type',
'priorityName': 'issue_priority',
'done': 'issue_is_done',
'assigneeName': 'issue_assignee',
'epic': 'issue_epic_name',
'epicField.issueId': 'issue_epic_id',
'currentEstimateStatistic.statFieldValue.value': 'issue_EOS_points',
'estimateStatistic.statFieldValue.value': 'issue_BOS_points',
'status.id': 'issue_status_id',
'status.name': 'issue_status_name',
'status.statusCategory.id': 'issue_status_cat_id',
'issue_type': 'issue_status_type',
'added': 'issue_added_after_BOS',
'completedIssuesEstimateSum': 'sprint_issue_points_completed_EOS'
Are you interested in contributing this feature?
Anything else?
Jira's Velocity Chart definitions
The text was updated successfully, but these errors were encountered: