Forums

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

Jira plugin, editing service properties.

Oskar Granlund February 12, 2018

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?

1 answer

0 votes
Charly [DEISER]
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.
February 12, 2018

Hi @Oskar Granlund

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

Suggest an answer

Log in or Sign up to answer