Open vboctor opened 7 years ago
Why only Administrator is showing on the Assignment Board?
@froilanserohijos Because minimal level for users, that are shown, is "developer".
Hi AuthenticEshkinKot,
How can the Updater access the Case reported and manipulate by trannsfering it from one status to others?
Hi @froilanserohijos If you want to get it immediately, replace all DEVELOPER by UPDATER in plugin's main.php. Also, do not forget to check your mantis's settings, because not all kinds of users can implement such transitions by default. Anyway, I'll think about adding this option to plugin's configuration.
We use a configuration where some of the developers have a developer account and an admin account. The admin account is only used when performing administration access. We don't want the handler dropdown to show the administrators account, and hence administrators don't have handler access.
In this setup, the administrator user shows up in the list, when dragging items to that column they are moved correctly, but issue is not assigned to them.
Here is a screenshot of the log: https://www.screencast.com/t/xfXKwJzciast
Another thing worth noting is that only one of the admin accounts is visible, not all of them.
This is on mantisbt_2.0.0 branch.