-
Bug
-
Resolution: Fixed
-
Medium (View bug fix roadmap)
-
4.4.1, 5.2.9, 6.0-OD-09
-
None
-
PostgreSQL DB
JIRA 4.4.1
-
4.04
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
1. As an Admin for a particular project 'PROJ1', I gave 'Link Issues' permission to a single user - X.
2. Single User X can Create Issues but cannot Edit issues.
3. When User X Tries to Link Issues, gets an error that he does not have permission to do.
- is duplicated by
-
JRASERVER-25305 Issue linking is allowed when creating new issues even though the user doesn't have Link Issue Permission provided but the Edit Issue Permission is granted.
-
- Closed
-
- relates to
-
JRACLOUD-25771 Single user with permission to Link Issues for a Project, is not allowed to Link Issues.
-
- Closed
-
Verified the fix on master.
The expected behaviour after the fix is as follows:
1. Given an issue, if the user has no edit permissions but does have link issue permissions, he should be able to add and remove issue links from the issue
2. Conversely, If a user has edit permission over an issue but no link issue permissions, he should not be able to add/remove links and the edit/create/transition screens should not display the issue linking system field
This was tested successfully against the UI and also using the resources in the JIRA REST API.