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

2 answers

2 votes
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.

 

0 votes
Oleksii Melnyk
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2025

Hi @Alejandra Martin
You can use Log work action to log vacation time.
When your user fills in the start date and the end date, you can run the rule with Log work action, which takes these dates and add to log

Alejandra Martin
Contributor
July 24, 2025

Thanks Oleksii! I would try!

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