Good afternoon (my English is not very good).
I need to add two fields and have this value in a third field.
The numeric field "A" counts a time within a transition in the workflow.
The numeric field "B" counts another time within another transition in the workflow.
I need the numeric field "C" to sum up the numbers of fields "A" and "B".
I used the following automation:
Field "A" --> {{issue.created.diff(now).minutes}}
Field "B" --> {{issue.created.diff(now).minutes}}
Field "C" --> {{# =}} {{issue.customfield_10183}} + {{issue.customfield_10185}} {{/}}
When I open a ticket and transition it between statuses, field A and B are filled in, but field C is not.
However, by entering the values of field A and B manually, field "C" does the sum.
What do I do to fix it?
Grateful.
Please share how looks your rule
--- EDIT ---
You need to have 2 rules:
- first rule will be triggered on transition action
- second rule will be triggered when field A or B will be updated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.