Canvas Confetti animation when issue is set to resolved state

I'm trying to find a way to play a confetti animation when an issue is set to a resolved state. Does anybody know where to start and how this can be done? Probably this is some custom workflow, but I'm stuck at the part how to load a custom JavaScript library.

0
1 comment
Official comment

Hi Roland,

There's currently no way to customize YouTrack pages like that. You can create custom script modules in workflows, but their functionality is limited by what's available in the ECMAScript specification and the workflow API.

As an alternative, you can create an issue widget with some custom UI. As of version 2024.3, YouTrack allows doing that via Apps. You can learn more about Apps here:

One more possible approach would be to create a browser extension, but you'd need every member of your team to install it.

Please sign in to leave a comment.