Good day!
Can anybody help on how to create an automation.
We have a project, tracking all users vacation request. So when a user create a task in vacation request, there are 2 custom date fields vacation start date and vacation end date.
Can automation update Time tracking adding 8 hours to each day in period between dates and add comment "Vacation" when issue is created?
Could be very useful. Thank you.
PS: I can create automation upon creation to add 8h on specific day, but not a time period.
Please try using the date / time difference function to do that, using the units of measure of businessDays, and perhaps then multiplied by the 8h per day using the function multiply()
https://support.atlassian.com/cloud-automation/docs/jira-smart-values-math-expressions/#Multiply
That value could then be entered using the Log Work action. You may provide the amount, date started, and a comment. But you cannot specify a range of dates.
https://support.atlassian.com/cloud-automation/docs/jira-automation-actions/#Log-work
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.