Hello. I have a post function in create issue transition which calls an internal Jira Rest endpoint which should in turn display a pop up panel(code for pop up included in the rest endpoint script)
The same functionality is achieved when I am using a fragment button to call the rest endpoint and display pop up. But it is not happening in case of post function during issue creation which is the requirement.
Is there a work around for this?
I need to display a pop up when create button is clicked in create issue screen, through the rest endpoint call
You can implement a custom solution using webhooks.
When the browser receives the signal, it triggers a JavaScript function that displays the popup notification to the user, providing a seamless and instantaneous notification experience.
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.