Is there a way we can set up a reminder message on JIRA tickets or warning alert to assignee if they haven't log the time on the JIRA ticket once the ticket is moved to Done.
You Could leverage Automation in order to add a comment mentioning assignee or reporter to add the worklog
Check for empty field condition via JQL as
workratio = EMPTY
and add a comment to have the worklog mentioning assignee or reporter
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use jira automation, or conditions/validators in your workflow transitions.
You can find some ideas here: https://community.atlassian.com/t5/Jira-Software-questions/How-to-block-issue-transition-when-comments-or-worklog-empty/qaq-p/1472919
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.