Page History
Section | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Example: Parse summary for setting "Due date"
Let's see a configuration that allows setting Due Date of an issue when we write "due on" followed by a date in the Summary of the issue. We are going to use the following date format: yyyy.MM.dd
We insert Parse field for extracting data post-function in "Create Issue" transition (after "Creates de issue originally" post-function) using the following configuration:
Leading parameter to be parsed is: due\son\s+
Note that:
- Value format is date: yyyy-MM-dd
- Leading delimiter is regular expression:
due\son\s+
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 | ||||
---|---|---|---|---|
| ||||
Related Usage Examples
Content by Label | ||||
---|---|---|---|---|
|