Set Issue security Level dependend on user attributes

Thomas 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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