Skip to content

Commit

Permalink
Further specify what we mean by estimatedWork
Browse files Browse the repository at this point in the history
  • Loading branch information
jaudriga authored and neilj committed May 12, 2022
1 parent e22a06f commit a71c6c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/tasks/task.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Mapping the status correctly to the present values of the Task can be challengin

Type: `UnignedInt|null` (default: null)

This specifies the estimated amount of work the task takes to complete. The number is an abstract value without any actual unit, similar to Agile/Scrum complexity points.
This specifies the estimated amount of work the task takes to complete. The number SHOULD be in Fibonacci scale without any actual unit. In the of Agile software development or Scrum it is known as complexity or story points.

### impact

Expand Down

0 comments on commit a71c6c5

Please sign in to comment.