[Projects Beta] Calculated Fields / Sums #6080
Replies: 9 comments 4 replies
-
|
Thanks for putting this out. I always miss the project/organisation statistics page and use different tools to get these statistics out. If we have Statistics about a view that would solve this problem. Its very subjective problem but if github projects can setup some basic statistics rule it will help a lot of people. This can be at organisation level (cross repository), repository, project or even project view level. These are all just group of issues so any field added to a group of issues can produce a summary statistics page. So below is an example of use case from vscode repo Statistics about group of issuesI like how VS Code repo does their game plan with issues mentioned in the game plan. This already summarise the number of issues mentioned on top of the game plan for example microsoft/vscode#132467 mentions If any of these issues have a number field that is assigned a value then it would be good to know sum/average/min/max of that number in some kind of summary. As an example
Now on Projects user enters these fields or project template contain them. Then some kind of automation maybe updating these fields. and we get to a stage where we have
It would be good to be able to setup a summary area where
for example it would be good to know
Example of some expectationsOn a public repo like vscode it might be good to allow user to share one of these statistical widget to public similar to badge for example on vscode
Hope this open a lot of opportunities for all of us. |
Beta Was this translation helpful? Give feedback.
-
|
We've just shipped sum of numeric fields. This is just the first step to address many of the items you've listed here but hopefully a step in the right direction to address your needs. |
Beta Was this translation helpful? Give feedback.
-
|
I'd like to also have the ability to have custom fields that are formulas based on the value of other numeric fields. An example would be: I'd like to have a field called WSJF (weighted shorted job first) which has a fomula based on all of which are relative numeric values in other custom fields. |
Beta Was this translation helpful? Give feedback.
-
|
I would like calculated fields to introduce some simple scoring f.e. with RICE: |
Beta Was this translation helpful? Give feedback.
-
|
While most of the suggestions have focused on numeric calculations, I might also suggest calculated fields with other data types as well. One that would be helpful for our use cases is being able to dynamically calculate "on time" vs "late" status: Currently we have a few workarounds to achieve this goal:
Ideally this field could be calculated dynamically and viewed within existing views rather than a separate view. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
-
|
We'd like to be able to write a custom JavaScript/TypeScript function for the formula, with inputs being all other non-computed fields. We'd like to be able to order/calculate start/end dates for items based on other fields, and our algorithm is complex. Using a proper programming language to write custom formulas would be ideal. |
Beta Was this translation helpful? Give feedback.
-
|
I also have a need to calculate the Prio (number) from the fields Effort (options) and Value (options). I think a better solution would be to handle (complex) calculation by GitHub Actions. Allow us to trigger based on fields and to update fields in GitHub Actions. In GitHub Actions you can make it as easy or complex as you need. |
Beta Was this translation helpful? Give feedback.
-
|
Having computed fields is the only way we can escape excel, google sheet and other project management tools to all-in into Github project. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Calculated fields and sums, in my opinion, could be an interesting addition.
Here are some ideas:
Validity and input: Some values can be derived from others. The effort estimate of a developer could be summarized (e.g., into T-shirt sizes) and/or calculated from several estimates (Optimal, Nominal, Pessimistic). Calculating would reduce the amount of input and error sources.
Management: Particularly in the table view, sums could be very useful. If I have a numeric field (such as for effort estimates), then the question of how to sum the estimated effort (and potentially remaining resources) quickly arises.
"Input Fields" and "Calculated Fields" could be useful for automating information like percentages and the like without requiring human input.
Beta Was this translation helpful? Give feedback.
All reactions