Hello,
I'm currently developing a plugin for JIRA cloud. One of the features that I want to implement is "Are you sure" dialog before issue moved to Done.
I couldn't find the right strategy to approach the issue. Can you suggest something, or is it impossible?
Hi Roman,
You can do this without a plugin! When Jira issues transition from one status to another, they follow the rules defined in the conditions/validators/post-functions of their workflows.
Now when you execute the transition to Done, you'll get a screen popping up that asks if you're sure. You have to click "Yes" to continue!
Great. That's amazing. Thank you. Is there any way I can use CSS to change the looks of the radio buttons?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.