Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This module provides new permissions for the project_issue module:
assign project issues to any user: users with this permission may assign issues to any user on the site.
assign project issues to others: users with this permission may assign issues to any user with the "be assigned project issues" permission.
be assigned project issues: users with this permission appear on the list of available assignees.
One permission grants the rights to assign issues to others. The second allows the issue to be assigned to the user by another person. Another permission allows the given role's users to assign an issue to any user on the system.
In any case, users may still assign an issue to themselves, or make an issue unassigned, which is the default behavior of the project_issue module.
The permissions in this module do not interfere with "assign and be assigned project issues" permission in the project_issue module. It simply alters the project_issue_assignees() hook and adds additional names to the drop-down list based on the new permissions.