Hello,
I am writing a script that should run when any issue of a specific type is updated. It does run as expected for every update (changing the order of the issues in the board, updating the original estimate, updating the title/description etc.). However, when logging spent time on an issue neither the script nor the condition runs. There are also no thrown errors and nothing in the logs. It seems the Issue updated event just does not trigger.
Do I need to use a different event? I thought this change would also trigger the issue updated event as it is a field just like the original estimate.
Kind regards
Mario
For anyone reading, I solved it using the Worklog updated event and removing the condition. My script needs to run whenever an issue or worklog ist updated, deleted or created. Using all these events together works now. Before the condition would just not run. My workaround for now is checking the condition manually in the script.
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.