This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 129
First-class support for issue size #655
Labels
Comments
Another possibility is arbitrary key / pair metadata a la. Would also solve the analogous "issue importance" (vs difficulty) use case. |
My project now indicates it's almost done (only X issues left of Y), but those last issues are greater than all other issues together. The project's progress indicator currently is completely useless. |
+1 - GitHubs issues are really missing this |
Can we get an update on this? This has been labeled a priority for almost 2 years. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Would be very nice for would-be Agile projects to include a numeric size/estimate field on issues. It could be implemented similarly to labels where you configure a set of sizes with a numeric value and an optional label/color. E.g.,
Or
Etc
One thing is for sure, you won't make everyone happy if you predefine the possible sizes (everyone has their own preferences), so it would need to be configurable. Some people won't want (or care) about the numeric value, in which case it should just be sequential. But some folks will want Fibonacci, some powers of 2, etc.
The reason I suggest a numeric value in addition to a label is so the task-list progress bar and the milestone progress bar could reflect progress in terms of cumulative issue size (and not just count). For large projects this would allow a more accurate view of "how close X is to being done", and would make many PMs happy
The text was updated successfully, but these errors were encountered: