Field Parsing Logic

Let's get familiar with the pattern syntax.

Lets look at an example to see the plugin in Action

Imagine we have added a pattern mapping as shown below:

image-20240624-060743.png

Add one more Optional mapping 'Last Comment Field'={value}

Now let's add the following Sample Comment to the Jira Issue: 

username=Jira-ADMIN
Address:5th Floor, Tower ‘X’,
Silver Enclave,
Airport Road, Bengaluru;
Level::7
Instance=https://mgtechsoft.atlassian.net
Begin Time=25/Aug/22 10:55 AM

 

Based on the above mappings the following would happen:

 

Please note, only if the comment contains Jira accepted field values it would be populated in the Custom Fields. 

Eg : Providing text field to a Numeric Custom Field, would fail to populate the Custom Field. Similarly for date field, URL fields etc..

 

Please visit "Supported Fields" section of the Documentation for more details.