Versions Compared

Key

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


Section


Column
width30%600px


Panel
borderColor#333f48
bgColor#FFFFFF
titleColor#eeeeee
borderWidth1
titleBGColor#333f48
borderStylesolid
titleOn this page

Table of Contents
maxLevel1



Column




Purpose

This post-functions allows to give format to current value of a field using a set of formatting operations


Example: Formatting issue summary and replacing contained terms

Now, let's see a configuration example for formatting issue Summary for removing undesired white spaces, capitalizing words and replacing the word "Client" by "Customer":


Once configured, post-function looks like this:


Configuration Parameters

Blanks trimming operations

  • Remove all leading white spaces
  • Remove all trailing white spaces
  • Leave only one white space between words
  • Remove all white spaces in the text 

Case changing operations

  • Convert all the characters to lower case
  • Convert all the characters to upper case
  • Capitalize all the whitespace separated words 

Find & Replace (literal strings or regular expressions)

  • Replace first found substring found
  • Replace all found substrings

Supported Field Types

The following field and custom field types can be formatted:

  • Text fields: Summary, Description, Environment, etc. Also Single-line and Multi-line text custom fields.
  • Versions fields: Fix Version/s, Affects Version/s and Version Pickers custom fields (single and multi select).
  • Labels fields: issue's Labels field and Labels custom fields.
  • Selectable fields: Select List, Multi-Select List, Radio Button
  • Cascading Select List


Usage Examples

Incoming Links
labelsexample



Related Features