Hello,
Is there a possibility to extract data from a burndown chart? I've been trying to create a filter with all the "scope change" tickets but haven't had success.
Regards,
SY
Hi @syee -- Welcome to the Atlassian Community!
You have two questions, with some overlap between them.
1) Is there a possibility to extract data from a burndown chart?
No, but you can pull the Sprint Report as JSON for a completed sprint using the REST API, substituting in yourCompanyInstanceURL, yourBoardNumber, and yourSprintNumber
yourCompanyInstanceURL/rest/greenhopper/1.0/rapid/charts/sprintreport?rapidViewId=yourBoardNumber&sprintId=yourSprintNumber
2) I've been trying to create a filter with all the "scope change" tickets but haven't had success.
This is not possible with out-of-the-box Jira JQL. If you have one of the marketplace scripting or reporting addons, several have features to support this. For example, ScriptRunner.
Without a marketplace add-on, there are a few work-arounds:
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@syee - Welcome to the community. Unfortunately there is no way at this time to export data from burndown charts. If you have ScriptRunner I believe you can use the following to get the information you are after.
issuefunction in addedAfterSprintStart(board-name, [sprint-name])
issuefunction in removedAfterSprintStart(board-name, [sprint-name])
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.