This function returns the remainder after division of the dividend by the divisor.
Bash
modulus(dividend, divisor) #Output: Number
The number divisor cannot be equal to 0.
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: 0.0 |
|
Bash
|
This example returns: 1.0 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number |
Any given number or numeric field code. |
|
|
number |
Any given number other than 0 or numeric field code. |
Output
This function returns a number
📚 Use cases and examples
| Use case | Workflow function | Parser functions |
|---|---|---|
| Create issues randomly | ||
| Set a date on the same week day on alternate weeks |
addDays() nextDayOfTheWeek() modulus() weekOfTheYear() datePart() |
|
| Create several issues combining fields |