Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to popup Wen Item Dialog in script runner post function

saroja muninaga July 27, 2020

I need to popup a dialog window if some custom condition fails in script runner post function in jira  

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 27, 2020

You cannot do this - post-functions have no connection to the front end.  If you need to give data to the user after a transition, you need to write it back on to the issue.

It would be better to use a validator that will prevent the transition if the condition is not met.

Suggest an answer

Log in or Sign up to answer