It would be great if there was a way to allow some forms to be accessed by anonymous users who dont have any kind of account.
For example, if you are running a beta of software that is accessable to the general public, they could be directed to a URL where they could fill out bug reports, feature requests, etc. that would land directly into the appropriate project task list.
I agree (I run a software project too ;) ) but its not that easy to implement as it might seam. First, there is nothing anonymous in the system now so we need to introduce support for anonymous posting. Second, we need a method to fight SPAM from the day one. These are system wide changes.
For example, if you are running a beta of software that is accessable to the general public, they could be directed to a URL where they could fill out bug reports, feature requests, etc. that would land directly into the appropriate project task list.