-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.1.4
-
Component/s: Project Administration - Permissions
-
6.01
-
16
-
Severity 3 - Minor
-
0
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
When an anonymous user is creating a ticket and tries to attach a file to it, it gets the following error message:
Cannot attach file: Unknown server error (404).
The network response message is the following:
No project could be found with id '10103'.
This happens because in the project permissions, although the group 'Anyone' has permissions to 'Create Issues' and 'Add Attachments', it does not have permissions to 'Browse Projects'.
Unless there is a workaround, it seems that this functionality to add attachments anonymously is missing.
Variants
It seems that the project could not be found error will be thrown to users without system administrators permission and it is misleading since the real issue is about having Browse Project permission.
Users with system administrator(Global Permission) permission will receive:
Cannot attach file <filename>: You must have the browse project permission to view this project.
- relates to
-
JRACLOUD-28545 Anonymous and licensed users cannot attach a file while creating a ticket unless they have 'Browse Projects' permissions
-
- Closed
-
- was cloned as
-
JRASERVER-32953 Users cannot attach a file while creating a ticket unless they have 'Browse Projects' permissions
-
- Closed
-
- mentioned in
-
Page Loading...