Hello!
I need to fill some settings in DB once. Can i do it when someone click on enable button?
Thanks :)
Hello,
Do you mean that you are developing a custom plugin for Jira Server/Data Center and you want to do some action, when your plugin has been enabled?
If so, then you have two choices:
1. Use afterPropertiesSet() method. You can find more info here:
2. Use plugin lifecycle. You can find more info here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.