Hey All,
Nice website!
I've written a PHP application at work for tracking software bugs, and one of the features is the ability to add a note to a particular bug.
Is it possible for a user to send a note as an email message (rather than going to application's page and submitting a note there)?
For example, if a bug exists in the database with the ID: v100
A user could send an email, in the subject line write: add note #v100#
and the body of the message could be the new note, and this note could be added to the database.
Thanks,
Jamil