Query - multiple orgs permission allowance
Brought to you by:
ctrager
There is no way currently of allowing for two (or more) different organisations (internal and one client) to see a query and a third organisation (client) being prevented from seeing it in the query drop-down list. Currently, only one org can see a query or everyone (all orgs) can.
One simple workaround would be to allow the internal org to be able to see all queries automatically so that even if only one (external) org is selected in the (Users with org) drop-down the internal users would still be able to see the query. This would mean removing the internal orgs from the drop-down in the Add new query page (Users with org radio button).
I've managed to programme this workaround (due to the simplicity of the application!); it involved editing two files:
- edit_query.aspx (Page_Load())
- bugs.aspx (load_query_dropdown())
Whenever somebody volunteers to do coding on BugTracker.NET, this is the assignment I give. So far, nobody has completed it....