is it possible to set user profile by default ?

Patrick Ley July 31, 2014

Hello,

On JIRA V5.2.11

We would like to implement one company policy regarding notification management in JIRA.

Our need is to set user profile by default with some notification set up activated by default. [My notification / Automatic watching]

Of course, our users will still be able to desactivate if required.

Thank you

Patrick Ley

2 answers

1 accepted

1 vote
Answer accepted
Alexey_Rjeutski__Polontech_
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 31, 2014

It is simple to do in latest version of Jira:

https://confluence.atlassian.com/display/JIRA/Changing+the+User+Default+Settings

Please think about upgrade - all jiras until 6.2 contain security vulnerabilities withoug patching and tweaking.

if you insist on your current veresion - it is possible to write plugin with user event listener:

https://confluence.atlassian.com/display/JIRA/Listeners

That will capture user creation event and will change the settings accordingly

0 votes
Patrick Ley September 1, 2014

Thanks for that answer.

Suggest an answer

Log in or Sign up to answer