bugnet icon indicating copy to clipboard operation
bugnet copied to clipboard

Add Category to mailbox filter configuration

Open vmasanas opened this issue 10 years ago • 3 comments

We usually have a single project per client and then we create multiple categories for the different projects per each client. In some cases it would be very helpfull to be able to create a specific mailbox where you can send specific items for a given category. That was you could have multiple mailboxes on the same project and link them to specific categories.

vmasanas avatar Feb 13 '15 22:02 vmasanas

Been looking at the code and this could also be solved by just adding a few tokens to the email. For example, on the subject: [name of the category] the rest of the subject

this would create the item in the "name of the category" category and use "the rest of the subject" as the title.

vmasanas avatar Feb 15 '15 06:02 vmasanas

How do you handle upgrade scripts for the DB? I want to send some code for this but not sure how to do.

vmasanas avatar Mar 21 '15 19:03 vmasanas

Any changes are usually updated in the Database project and the change script is put in https://github.com/dubeaud/bugnet/blob/master/src/BugNET_WAP/Providers/DataProviders/SqlDataProvider/Latest.SqlDataProvider.sql right now it has all the previous release scripts in there so they can be cleared out and your changes added.

dubeaud avatar Mar 21 '15 22:03 dubeaud