We want to allow Customer support to have read-only (view only) access to bugs in a project, but only bugs of which a Jira custom field is set to "Customer".
It seems the Security and permission schemes allow only project level decalarations, without allowing any conditions. And the workflow schemes are meant for actual status change/transition permissions, right?
Not quite. You're right about permissions - they handle "who can see project". But you do need to use security schemes for this, because that allows you to hide issues inside projects. The reason it looks like a project thing at first is that you say "use this security scheme for this project"
The way it works (over simplified): When a user looks at a project, Jira checks if they have "browse" /permission/. If there's no security scheme, it lets them see everything. If there is a security scheme, then it looks at each individual issue and checks the security level before allowing them to see it.
You sound like you need a permission scheme that lets everyone in, but then says "if security level = not-customer (replacing your custom field), then restrict viewing to group/role X"
Nic,
Correct, that's EXACTLY what I need! Now how do I do it? ;-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.