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




Features used to implement the example



Example: Parse summary for setting issue priority

Let's see a configuration that allows setting priority of an issue when we write the priority name between brackets in the issue summary. This can be particularly useful for issues created by email.

We insert Parse field for extracting data post-function in "Create Issue" transition (after "Creates de issue originally" post-function) using the following configuration:



Note that:

  • Value format is regular expression: trivial|minor|major|critical|blocker
  • Leading delimiter is regular expression: [
  • Trailing delimiter is regular expression: ]

Once configured, post-function "Create Issue" looks like this:



An example of the result of the execution of this post-function: 




Other examples of that function

Incoming Links
pageParse field for extracting data
labelsexample



Related Usage Examples

Content by Label
showSpacefalse
cqllabel = "example" and label = "post-function"