Hello, I am trying see if it is possible to create a calculated field on the project that will show the totals of another Custom field for all the issues attached to a project. Example.
I have One Project. I then have customers filling out Requests (Issues). Our users then are going to move those issues to the proper Project. One of the Custom fields that the customers fills out, is a "Total Images" field (On each Issue).
So I would like to have a Calculated field on the Project level that sums the total number of all the Issues that are associated with that Project.
I know I can do this type of thing in a project report. Or Issues report with custom expressions in Text mode, or Groupings showing the Sum of the column etc. However we are going to have a Third Party Database that is going to pull this information. using APIs
Right now the users are manually typing the total number in the Project field. I would like to save them some work by calculating it for them.