...
Here are a couple examples of using variables,y ou can use them by pasting the example into your Jira instance:
Examples for daily time periods:
Code Block | ||
---|---|---|
| ||
"${reporter} will be on ${vacationType} from ${startDate} to ${endDate} - (${vacationDays} days). |
John Doe will be on Annual Leave from 01//01/2023 to 10/01/2023 - 7 days
...
Code Block | ||
---|---|---|
| ||
"${reporter} has requested a ${vacationType}. Available time: ${availableTime}, used time: ${usedTime}. ${supervisor}, please review and approve/deny. |
John Doe has requested a Summer Vacations. Available time: 20 days, used time: 10 days.
Kate Kowalski, please review and approve/deny.