The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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