Forums

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

Set Issue security Level dependend on user attributes

Thomas
Contributor
November 22, 2016

Can I Set Issue security Level dependend on user attributes?

 

An external user should create issues with level public.

All internal user should create issues with level intern.

 

Is that possible?

1 answer

0 votes
Nic Brough -Adaptavist-
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.
November 22, 2016

You'll need a little code to do it, but it should be possible.

The code you want is probably going to be a "post-function" that can look at a user, work out if they are internal or external and set the security level appropriately.  I'd use the script-runner to do that, but there's other add-ons that can do it - check the marketplace if script-runner is overkill (and you can always write your own)

Suggest an answer

Log in or Sign up to answer