In this section, you will be able to learn about Projectrak field types. How to configure and set them up and what you can do with each one.
...
Formula field allows you to perform the following calculations:
- Sum values of an issue field: sum up values of a specific issue field by project.
- Count issues: get an issue count per project.
- Average values of an issue field: generate the average of issue field at a project level.
- Calculations based on values of project fields: execute calculations based on project fields.
...
Info | ||
---|---|---|
| ||
|
...
Examples:
Operation | Example |
---|---|
Sum | field_1 + field_2 |
Substraction | field_3 - field_2 |
Multiplication | field_1 * field_3 |
Division | field_3 / field_1 |
Mix | (field_1 * field_2) / 100 |
Note |
---|
Time fields return their values in seconds. Be careful because they will consider Jira time tracking configuration and it may cause unexpected results. E.g.: time tracking = 5d/week - 8h/d -> 2d = 16h = 57600sec |
...