Hello,
I'm taking care of the migration of one team from a Jira project where they were working with Original Estimate (using days), to a project where they will use Story points.
This is really to be done as a proxy: 1d = 1SP
Then team will refine and update if needed but I would like to ease their transition.
Any tip how to access those 2 fields and run a rule (one shot) to do the transition ?
I'm only beginner in Automation rules.
Many thanks in advance
Hey Pierre
have to share as a coach it is not the best practice of converting days to Points but thats not why you are here :) the automation is easy to do though
I would run the automation on change of field change for original estimate or time tracking change or on adding the story to sprint if you make the team estimate before adding to sprint
Note unless you have strict values for original estimates you may want to do incremental values on the second value field in the descending order for your If loop. Set your highest value first and loop down to 1 story point. For example - this will help if you say 13 points should be anything over 80hours
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.