Hello,
I need to be able to trigger function when worklog is deleted, but I found events only for event creation and edit, is there any event that could be cought something like avi:jira:deleted:worklog (tried that already but it seems not to do anything)?
I know that worklog deletion is logged in issue history, but I could not find event for that either.
Only workaround that I could think of is to forbid users from deleting worklog and force them to set it to zero and catch avi:jira:updated:worklog and delete it for them via rest.
Thank you for any suggestions.
Daniel
Hello @Laube Daniel
Welcome to the Atlassian community.
What type of function do you want to execute when a work log is deleted?
The Automation for Jira feature allows you to create Rules based on Triggers, apply conditions, and execute Actions. The Triggers include a Work Logged trigger that you can further refine to activate based on a new work log being created, one being edited, or one being deleted.
https://support.atlassian.com/cloud-automation/docs/jira-cloud-automation/
Hello, thank you for response.
I want to set a variable using Storage API. Is it possible with this? If so, I will look again, because I only found rules that it will notify me via email when work log is deleted.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is a Send Web Request action. If you are using a REST API you can use that action to call it.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.