In our org, for security reasons, they won't let us put userid/password in conf file as the documentation says to
define('BUG_TRACK_DB_USER', '[CONFIGURE_BUG_TRACK_DB_USER]');
define('BUG_TRACK_DB_PASS', '[CONFIGURE_BUG_TRACK_DB_PASS]');
a. Is there a way to make it prompt for the userid/password when entering the bug id?
b. Do I need just read access to the bug tracking db or both read and write access?