Is there a way to display a small hint on top of the page, after the transition's post function completes?
The post function does several things and if one of those things fail it doesn't throw an exception, but rather continues to do as much of those things as it can. After the post function is successfully finished, I'd like to display a small popup message at the top of the issue screen, just to notify a user about the outcome of the process. Is it possible to accomplish that in JIRA (using plugin - post function)?
Community moderators have prevented the ability to post new answers.
I would also require this function to notify the user after an automatic post function transition
The popup is client side (see https://www.j-tricks.com/1/post/2013/12/jira-notification-messages.htmlfor more details) but post functions are run on the server side. So you would need to have some JavaScript added on the page first
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please add a reference to my other question so that I know what you are talking about?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you close this as a duplicate of your other question? Asking two very similar questions just frustrates people trying to help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
check this something is similar to your question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi and thanks for your answer. If I understand correctly that link describes how to display a custom message, while the transition screen is still displayed. That is also described here: https://answers.atlassian.com/questions/12541/can-i-display-instructions-in-a-text-field-on-workflow-transition-screens
But I need to display the message after the transition screen is closed (after the transition has been submitted and the post function finishes).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a preview of what I'm talking about.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Community moderators have prevented the ability to post new answers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.