Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Rule Name :

'Rule Name' is used to uniquely identify each rule. Rule Name can not be duplicated.

Warning

In case you try to re-use an existing rule name, you would get a warning as shown below.

Image Added


Let's get familiar with the pattern 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 prefixes and suffixes tries to pick the relevant string from the Comment.
  • 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 okay to add multiple mappings for the same Custom Field. You may leverage this to handle Casing/Space chars.

...