In our workflow when an issue reaches "Tested" status, the script automatically assigns it to the first user in "Manager" role. The manager changes the status either to "Closed" or to "Reopened".
We've got 2 users in "Manager" role: Manager1 and Manager2. The script assigns everything to "Manager1", the first in the list. Sometimes Manager1 is on vacation and Manager2 takes over. The workflow allows any "Manager" to close or reopen "Tested" issue, but the interface does not display the buttons for Manager2, nor does it allow him to change the assignee. If an administrator changes the assignee, Manager2 can process the issue.
Is there any way for Manager2 to assign issues from Manager1 to himself without disabling the profile of Manager1 and without involving the administrator? What permissions need to be set, so that an "Assign to me" link appeared?