I'm creating a request type that allows inputting invoice amounts and I want to include a field that will display the total sum of invoice amounts.
I need to automate summing up the fields. I've already created a rule to "Edit Issue" on creation and update the field "Total Amount," but I need the JQL language to make it happen.
The hardest part is that I'm using Extension for Service Desk to make the form in my request type. The field that needs to be summed is inside a "bundled field" called "Misapplication Information." The specific field is called "Amount Misapplied" and the user can submit as many of these amounts as they want.
Can I reference the "Amount Misapplied" inside the bundled field and sum the total amount?