Skip to content

Restrict reopening locked issues for non authorized issue authors

Jarka Košanová requested to merge 39665-restrict-issue-reopen into master

What does this MR do?

It adds reopen_issue policy. This policy behaves same as update_issue policy unless an issue is locked. When an issue is locked issue no one can reopen the issue.

I added the condition to the views in order no to display button if reopening is not enabled for the user.

What are the relevant issue numbers?

#39665 (closed)

Does this MR meet the acceptance criteria?

Closes #39665 (closed)

Edited by Jarka Košanová

Merge request reports