I have a plugin running as a service in jira 7.4.1
My plugin uses properties which is set in the services view. I modified my properties parameters but for some reason they are not updated in the services view. I tried to add a new service and my the fields are still not changed.
I added a extra field in my plugin like this in src/main/resources/.../myplugin.xml
<property>
<key>UserDiretoryId</key>
<name>User DirectoryId</name>
<type>long</type>
</property>
When I tried to start the server locally on my computer it had the new property field but not when I'm uploading the plugin to a running server.
When I upload the updated addon the properties field has not changed. Do I need to restart the jira server in order for my modifications to work?
I think you need to restart your instance, i had the same behaviour in the past and the only way to refresh this new updates was to restart the instance.
Cheers
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.