Story points

Senthilkumar December 13, 2018

Hi All,

can we customize the story  point values.

I would like the only selections to include the numeric numbers 1 ,2 ,3 ,5 ,8 also and other selection. I do not want this as a required field.

 

can you some one help on this.

Thank you,

1 answer

2 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 13, 2018

You can't do this directly.  The code that does all the Agile calculations needs to use a numeric field, and numeric fields hold numbers, not lists.

The closest you can get requires code:

  • Create a drop-down list with your list of values
  • Install something like Scriptrunner that supports calculated numeric fields and write code that translates your drop-down from options into the numbers you want, and use that as the estimation field

Suggest an answer

Log in or Sign up to answer