r1285: Created the defaulttimezone option to allow admins to set the timezone for...
[bugdar.git] / docs / auto_actions.txt
1 RENAPSUS AUTO-ACTIONS
2
3 SVN: $Id$
4
5 ###############################################################################
6
7 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.
8
9 The feature works as such:
10
11 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.
12
13 This would be a sample text:
14
15 "Thank you for submitting your bug report. However this bug has already been reported. You can find the original bug <a href="showreport.php?bugid=$1">bugid $1</a>"
16
17 All \$([0-9].+?) are replaced with appropriate field values.