RENAPSUS AUTO-ACTIONS SVN: $Id$ ############################################################################### There are many times when you want to automate standard tasks, such as marking a bug as confirmed and then assigning it to yourself, marking a but as duplicate and then providing auto-text that tells that it's a duplicate of a certain bug. The feature works as such: Admin definable sets of auto-actions that can change any bug fields (including custom ones) and default ones. They can be changed to any value and also there's a "no change" option if no change is desired. Automatic replies can also be added as an automatic post. Automatic posts can also have additional fields that are populated inside a reply. For instance, there could be an automatic action for marking a bug a duplicate, it sets the proper bug information, creates an automatic reply with the bug that it has been marked a duplicate of and creates a link to it. This would be a sample text: "Thank you for submitting your bug report. However this bug has already been reported. You can find the original bug bugid $1" All \$([0-9].+?) are replaced with appropriate field values.