|
Some JIRA installations have a use-case where they want a user to only see projects they can report issues in. Normally when you add the "Current Reporter" group to the "Browse Project" permission of one project, this project instantly becomes visible to all users (via the project table portlet), even if they are unable to report an issue in that project or not. This guide is for those who want a user to only see issues they've reported and also not see any projects that's irrelevant to them (they are unable to create issues for). This permission is available as an optional permission type (since JIRA 3.2). You will need to uncomment the lines below in the file the WEB-INF/classes/permission-types.xml. Restart JIRA and this type will be available in your standard permissions page. <type id="reportercreate" enterprise="true"> <class>com.atlassian.jira.security.type.CurrentReporterHasCreatePermission</class> </type> When using this special permission, users will only see projects where thy have create permission to and issues within that project where they are the reporter. |

Comments (2)
Aug 10, 2007
Neal Applebaum says:
Is this page mentioned in the docs? I think it is too important a feature to be ...Is this page mentioned in the docs? I think it is too important a feature to be so well hidden. In fact, why is this permission not uncommented out of the box?
Nov 06, 2007
Tyler Theobald says:
I agree - This feature seems like it would be a desired default behavior.&n...I agree - This feature seems like it would be a desired default behavior.