substring in "Workflow Enhancer for JIRA"

Daniil Lyovkin April 6, 2014

hi!

Please help advice.

I have a request, the theme of which - xxxx.DWH.xxxxx.

I need to put a check on the condition of occurrence of a "DWH". Please tell me how to describe this condition to help your plugin.

Thank you!

1 answer

0 votes
Ruben Straube June 22, 2014

Hi,

I've answered this in the JIRA ticket, but for completeness sake, here is the answer in case anyone else is looking:

You may want to use a regular expression, see http://en.wikipedia.org/wiki/Regular_expression. Instead of being enclosed by quotes ("...") like strings, regular expressions are enclosed by slashes. It sounds like what you want is the regex /.*DWH.*/ "

Suggest an answer

Log in or Sign up to answer