Is there a way to keep people from looking at certain issue types?

Chas Berndt October 29, 2014

We allow people outside of R&D to have access to JIRA so they can submit requirements and track bugs, but we'd like to be able to limit the types of issues they can look at. For instance, if an SE happens to know a user story issue ID, we'd like to be able to keep them from looking at those issues. 

Is something like this possible?

2 answers

2 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.
October 29, 2014

Not natively.  The best you can do is use security levels to hide issues, possibly setting the security level with a post-function (as you can have different workflows by issue type, you can set the level on an issue-type basis)

You'll also probably want to think about how you stop people creating issues that they then won't be able to see.  It's not possible to stop people creating your "restricted" issue types without code.

In short, it may be a LOT easier to simply split the data into two projects, one for R&D and one for the rest of your users, then use boards to view stuff across two projects

Chas Berndt October 29, 2014

We have a project for requirements and another one for HF requests that help prevent people outside of R&D from creating work items they can't edit. Still, we'd like for them to be able to view any bugs, even if they were generated internally. I'll try out the security levels approach soon and report back.

1 vote
Mehmet Kazgan
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.
October 29, 2014

I don't think there is a way to limit that out of the box. What you can do is to add permission condition for the users to limit creation of the tickets and add a issue level security scheme to have certain groups to see the tickets they created.

Jose M.
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.
October 31, 2014

As it looks like, external users won't work as developers, so you can use a security level excluding users without permission to resolve issues.

Suggest an answer

Log in or Sign up to answer