Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Story points

Senthilkumar
Contributor
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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
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