...
You can select between a single choice or multiple choice.
Once you select the option you will have to complete the field creation form.
...
Name
Description
Sort A-Z: You can order the options alphabetically, delete them, or change the order in which they are displayed. You can also drag and drop the values in the order you want.
Set value ID different than name: You can specify different values and id's for the list options.
Enabled: You can enable and disable the values according to your needs.
...
Text
This is a text-type field that can hold up to 255 alphanumeric characters.
...
For the number type you have to fill the following fields:
Name
Description
...
Prefix: you can optionally add a prefix to your number.
Suffix: you can optionally add a suffix to your number.
...
Date
This field can be used to store a date in the format selected in the Jira configuration. The date can be entered directly or selected using a date picker.
...
Name
Description
Options: you can select text and a color for each status.
Sort values: You you can drag and drop the values in the order you want.
Enabled: You you can enable and disable the values according to your need
...
Name
Description
Options: you can select text and a color for each status.
Sort values: You you can drag and drop the values in the order you want.
Enabled: You you can enable and disable the values according to your need.
...
User
This field type can be used to select a Jira user from an auto-complete list
...
Name
Description
Operation
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.
Jira Field (For Sum, Count and Average)the Jira field with which the calculation is to be made.
Build the expression (For calculations based on values of project fields) the expression with the mathematical formula.
Filter issues with a JQL (For Sum, Count and Average)
Prefix: you can optionally add a prefix to your formula.
Suffix: you can optionally add a suffix to your formula.
Info |
---|
Please note
|
...
Type field_ followed by the field ID: field_44.
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. Please, keep in mind that Time Fields will consider Jira time tracking configuration and it may cause unexpected results. E.g.: time tracking = 5d/week - 8h/d -> 2d = 16h = 57600sec |
...