customized time-tracking field

tomer carmel November 16, 2014

We would like to be able to define for a story several EE (efforts estimation) that will be summed-up to the story total EE

so we will be able to distinguish between several teams  EE.

 

Details:

In story issue type we would like to have the following customized fields:

-          FE EE

-          BE EE

-          QA EE

-          UX EE

-          GUI EE

-          Other EE

The fields should be numeric type

The fields should appear under story screen/planning tab

The fields should be editable and optional

Upon one or more of the fields value change the timetracking original effort and remaining efforts should be updated with sum of all the 5 customized fields (using the default time unit. Currently day)

The timetracking original effort and remaining efforts should be non-editable as their values will be calculated values from the custom fields

Note that these requirements are relevant for story issue type only

In Epic issue type the timetracking original effort and remaining efforts fields will be view only and will be calculated from all the issues in the Epic.

what is the best way to accomplished a Solution to this Specification?

 

best regards,

tomer

1 answer

0 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.
November 16, 2014

Code is the short answer.

You may want to write custom fields to do this, but you could implement it with the script runner plugin - it supports derived/scripted/calculated fields, and you'll need a listener as well.

Suggest an answer

Log in or Sign up to answer