Adding Issue level fields on a project report or on a Project custom form
Hi Folks,
I have created issues in a project - lets say I am trying to track the number of errors in each iteration by using a custom field on the issue named "DDI | Post-go-live audit No. of errors". The caveat is that I need to calculate and see how many total errors were logged in a project (Sum of this field across multiple issues on the same project).
I have written this custom calculated view in a Project report. Not sure how I can sum all the values in teh field on this report. Let me know where I am messing up this text mode formula please.
The text mode formula:
valueexpression=IF({DE:DDI | Type of Audit}="Design" && (DE:DDI | Audit Phase}="Post-go-live audit", {DE:DDI | Post-go-live audit No. of errors})
listmethod=nested(issues).lists
valueformat=int
displayname=Post-go No. of errors
textmode=true
type=iterate