Forums

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

Worklog Check Automation

Sriram R July 31, 2022

Hello Atlassian Community.

I want to add an automation where a comment is placed on the card if worklog is not added for the day.

 

I want to run it on schedule every day at 10PM to check if worklogs were added for the current day and if not added, then I want to add a comment on the card.

I'm trying to figure out the JQL to fetch the list of issues where worklog wasn't added for the current day.

This query gives me the list of cards where worklog was added for the day, but I want the list where worklog wasn't added 

JQL : worklogDate = startOfDay(-0d)

How can I achieve this?

2 answers

0 votes
Karyna Tyrnavska _SaaSJet
Atlassian Partner
August 4, 2022

Hi, @Sriram R !

We have the same problem of time tracking discipline in our team and we solve it, Check out our product manager article 

0 votes
Nir Haimov
Community Champion
August 1, 2022

Hi @Sriram R 

The following JQL will give you all tickets that do not have worklog today, or not have worklog at all...

worklogDate != startOfDay(-0d) OR timespent is EMPTY

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events