Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Worklogs based in Start Date and Due Date

Alejandra Martin
Contributor
July 3, 2025

Hi everyone. Is possible to create by automation, that if a issue (like Vacation) with start and end date is approved, cree automatically worklogs based in that date interval?

 

Example

Vacation

Start Date 03/07/2025

End Date 05/07/2025

Automation that create worklogs of 8 horas for the 3 days in that issue?

 

Thanks in advanced!


Alejandra

1 answer

1 vote
Trudy Claspill
Community Champion
July 3, 2025

Hello @Alejandra Martin 

Yes, that would be possible.

You could create a rule that uses the Scheduled trigger with a schedule to run weekly and specify the days of the week on which it should run.

If you don't want to log work on certain days of the week, make sure those days are not selected.

In that trigger you could include a JQL to select the issues that indicate vacation is being taken on that day; i.e.

type=Vacation and "Start Date" >= startofday() and "End Date" <= endofday()

Follow that with a Log Work action.

 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events