-
Bug
-
Resolution: Fixed
-
High (View bug fix roadmap)
-
7.2.0-OD-05, 7.1.6
-
7.01
-
NOTE: This bug report is for JIRA Server. Using JIRA Cloud? See the corresponding bug report.
Summary
If you disassociate an issue security scheme from a project and then delete it, it doesn't actually remove that issue security level from the issue, which renders the issue inaccessible.
Environment
- JIRA v7.2.0-OD-05-030
Steps to Reproduce
- Create a new issue security scheme and level
- Associate that issue security scheme with a project and associate the issue security level with an issue.
- Disassociate the issue security scheme from the project, you'll be told that the security level will be removed from x issues. Nothing actually happens if you check the DB.
- Delete the security scheme
- Browse to the issue in step 2.
Expected Results
Issue has no security level and anyone can see it.
Actual Results
Issue can not be viewed by anyone.
Workaround
Remove the issue security link to un-existing issue security levels
update jiraissue set security = null where security in (select distinct security from jiraissue where security not in (select id from schemeissuesecuritylevels ) and security is not null);
- relates to
-
JRACLOUD-60561 Deleting an issue security scheme does not remove it from issues and renders them inaccessible
-
- Closed
-
- was cloned as
-
JSEV-485 You do not have permission to view this issue
Hi,
the issue resurfaced in 9.1.0