Hi,
I want to count how many issues were added to a sprint after the sprint started. This is important because those issues affect the planning of the sprint.
Any idea?
Daniel
Hi,
I want to count how many issues were added to a sprint after the sprint started. This is important because those issues affect the planning of the sprint.
Any idea?
Daniel
Hi @Daniel_Luevano ,
The predefined measure “Sprint issues added” covers this requirement. Please look at the eazyBI documentation page for more details on Sprint scope measures - Jira Software custom fields - eazyBI for Jira.
Best,
Roberts // support@eazybi.com
There’s a subtle nuance here that I’d like clarity on - does the “Sprint issues added” consider the time portion of the Sprint Start Date?
Reason: I believe that this measure is incorrectly included issues which were added into the sprint before the sprint start date and TIME
Is there a way to confirm what the “Sprint issues added” measure considers, and is there any way to adjust the measure to truly exclude items added BEFORE the sprint start timestamp (even though they were added the same “day”)
Hi @impossible.skule ,
The Sprint scope measures don’t look at specific timestamps. Instead, it looks at the Sprint status when the issue was added to the Sprint. There are multiple options why you see the issue in Sprint issues added:
Alternatively, you can share the specific issue JSON information, including the changelog, to support@eazybi.com with the Sprint name where this problem occurs. Add the following URL to your browser’s address bar.
JIRA_URL/rest/api/latest/issue/ISSUE-KEY?expand=changelog
JIRA_URL/rest/api/2/issue/ISSUE-KEY/changelog?
Replace JIRA_URL
with your Jira URL and ISSUE-KEY
with the specific issue key and share the output with eazyBI support.
Best,
Roberts // support@eazybi.com
Hi @roberts.cacus ,
Unfortunately both the URLs returned a 404 - I’m not the administrator of the Jira system, so I can’t make any changes to enable the JSON dump. Is there an alternative way?
I have also reached out to the Jira system operators, they also get a 404
Did you update the URL by replacing JIRA_URL
with your Jira URL and ISSUE-KEY
with the specific issue key?
What did you see in the “Sprint report” report in the “Samples Jira Software” folder for the specific Sprint?
Best,
Roberts // support@eazybi.com