Hello,
I have this requirement where i have to display a popup when some conditions are met on my issue.
For exemple, after I resolved my issue and if a custom field has a specific value, i have to display a dialog box to my user with a specific message.
I'm not well versed for the moment in add-on developments but I think it's possible to do it.
Here is my idea :
I can obtain this result with an add-on configured as a web-panel and set this panel visible only when the conditions are met. From that panel, I will open a dialog with my message.
I'm not sure it will work nor it's the best way to do this but do you have other ideas ?
Maybe, it's possible to directly open a dialog without the obligation to go through an "empty" panel but i didn't find that in the cloud api.
Do you have any better idea ?
Thank you.