My company is trying JIRA and we were wondering if there is a way to make issues visible only by a certain group of people. For example if the issue was open in Germany it should only be visible by German users, if it was open in Japan only by Japanese users. The only exceptions are admin and devs that would be able to see globally. In redmine this is fairly easy achieved with the sub-project feature, but how to do the same with JIRA?
PS: I would like it to be automatic and not based on a field the user has to chose.
I believe it is not possible without a third-party plugin (or a custom plugin built for your JIRA).
JIRA has "issue security" concept that allows you to control who can see the issue. You can make an issue to be visible (by default) only to the Reporter and your staff. But you can't make it visible (automatically) to some group of users associated with the Reporter.
The shortest implementation path, from my point of view, would be to
There might be a plugin out there already for that, but quick search does not suggest anything.
Hope this helps! Igor