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
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
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 Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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