The sumUp workflow post function can be used to sum up a specific field from issues selected via JQL or a Filter and store the calculated value in the specified current issue's field.
The post function can be added by going to a workflow transition and adding a new post function → sumUp post function.
|
Options |
Explanation |
|---|---|
Filter
|
Select an existing filter or Custom JQL to define the issues that you want to analyze. |
JQL
|
Using Custom JQL allows you to narrow down the result set ad-hoc without the need to create a filter. |
Source field
|
The field whose values are aggregated. |
Target field
|
The field into which the aggregated value is written. |