I need the date a story point value of 1.00 is set and then when it is changed. Bit of an explanation in case it matters: This company does not use story point values for their intended purpose. A Story Point value of 1 means something specific, but totally unrelated to the size of a task.
My understanding of tuples is limited to fields and possible values. So I can easily find the stories that currently have a Story Point =1 value…
(
[Issue Type].[Story],
[Status].[Pre-Test Ready],
[Story Points].[1.00]
)
“Pre-Test Ready” is Status Aggregate I created as we do a lot of measurements of issues in that range of statuses.
How do I get the dates for when the SP=1 value was set and then again (second column) when it was changed (to anything or nothing)?
I think it’s a [transition…something that I 'm missing… this doesn’t work:
In the “Source Data” tab → “Edit” → “Custom fields” you can define a new calculated field “Story Points2” with a set-up like this (you’ll find the “Story Points” field ID in the General tab by hovering over the name of the field):
This measure should get you the Date and Time when the Issue was first assigned with 1 Story Point. Use another measure with the [Measures].[Transition from first timestamp] to get the date when the Issue was changed away from the 1 Story Point.
Let me know if this works as expected!
Best regards,
Nauris
Thank you for the reply and the detailed steps @nauris.malitis
It looks like the measure is pulling the date the issue was created of issues that currently have a value of 1 SP.
For example: C32-1455 below was created on Feb 8, but SP = 1 was set on Sept 7
This is a mockup in Excel, but what I would really love to see if possible: