Rule Name:
'Rule Name' is used to uniquely identify each rule. Rule Name can not be duplicated.
Note |
---|
'Rule Name' is used to uniquely identify each rule. Rule Name ‘Rule Name’ can not be duplicated. Example : *Rule name already taken. Try another one |
Field Parsing Logic
Let's get familiar with the pattern syntax..
The pattern must always contain the string "{value}"
Pattern may optionally contain a prefix and/or a suffix
The plugin uses regex matching in the backend. Based on prefix and suffix tries to pick the relevant string from the CommentSource Fielde.
The "{value}" string part will be identified and populated to the corresponding custom field
If a suffix is not provided, then only the current line would be matched. By providing a suffix you may match multi lines.
Casing and space chars in prefix/suffix need an exact match with the comment.
It is okey okay to add multiple mappings for the same Custom Field. You may leverage this to handle Casing/Space chars.
...
Here the priority would be in the order : Demo Rule > Sample Rule> key based rules> Global Rules
Note |
---|
Please note: You won't be able to able to add multiple rules for the same 'Project' and 'Issue Type' combination. In case you try to add the same, system would prompt you whether you wish to overwrite the existing Rule. Clicking 'OK' would replace the previous rule with this new rule. Instead you may choose another Project/ Issue Type combination and proceed as well. |
...