You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #8897
This modifies the existing permissions for the `issue_tracker`
module. The permission has been extended to 5 permissions instead of 2.
The permissions are as follows;
1. `issue_tracker_own_issue`: See/Edit/Comment and Close on Own Issues
2. `issue_tracker_all_issue`: See/Edit/Comment on all Issues
3. `issue_tracker_site_issue`: See/Edit/Comment on Own Site Issues
4. `issue_tracker_close_site_issue`: Close Own Site Issues
5. `issue_tracker_close_all_issue`: Close all Issues
For the Issue Tracker, add more granular permissions as follows:
Suggested permission layers:
To consider, add permission to allow/not allow a user to enter a ticket for a module they can't access.
Related to:
The text was updated successfully, but these errors were encountered: