Hello,
I am wanting to get a JIRA automation to add up custom fields in each issue.
Each of my JIRA issues have the custom fields (all numerical fields): AWS Size Days, Mulesoft Size Days, Salesforce Size Days, Analysis and Design Size Days, Total Size Days for Completion
I want to create a JIRA automation so that the custom field "total size days for completion" = the sum of AWS Size Days + Mulesoft Size Days + Salesforce Size Days+ Analysis and Design Size Days.
e.g if
AWS size days = 1
Mulesoft size days = 2
Salesforce size days = 3
Analysis and design days = 4
Then total size days for completion = 1 + 2 + 3 + 4 = 10
how do I do this?