Allow anonymous issue creation but prevent anonymous viewing of issues in Jira

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform Notice: Cloud, Server, and Data Center - This article applies equally to all platforms.

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Purpose

This KB is here to instruct in how to allow the creation of issues anonymously while preventing the user from seeing issues in JIRA Core Server and Jira Work Management Cloud. Alternatively, issues can be opened to anonymous users by Configuring issue-level security as per that documentation. A sample use case of this is to allow production bug reports to be anonymously submitted and kept private from viewing.

For allowing Creation and Browsing of all issues in the project to anonymous users without restricting view, follow our How to allow users to create issues anonymously FAQ.

Note: Anonymous reporters will not receive notifications of issue updates because no user will be linked to the Reporter field of the issue.

Solution

  1. Edit the permission scheme for your desired project as per Managing project permissions to give the group 'Anyone' permission to Browse Project and Create Issues. 
    1. If you want the users to be able to add attachments, give the group 'Anyone' permission to Create Attachments as well
    2. It's not possible to add attachments when creating issue anonymously via REST API. It can't be done in a single API request (the following Suggestion has been raised for this: JRASERVER-70074 - Getting issue details... STATUS ) and also not possible in multiple API request because anonymous users have no access to the issue once it has been created.
  2. Give the project role 'Administrators' permission to Set Issue Security.
  3. Create an Issue Level Security Scheme and then add a security level to that issue that permits access to only the group 'Users'. 
  4. Set that permission level as default, so any new issue created will only be visible to members of the group Users.
  5. Assign your new Issue Level Security Scheme to the project mentioned in step one.
  6. Search for all issues in the project mentioned in step one, hit tools->bulk change all x issues, click edit, change the security level to the one created in step 2.

Now any existing issues won't be visible to anonymous users but can be made visible by Configuring issue-level security.


DescriptionThis KB is here to instruct in how to allow the creation of issues anonymously while preventing the user from seeing issues in JIRA Core Server and Jira Work Management Cloud.

Last modified on Sep 2, 2022

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.