/
How to use pattern substitutions for string manipulation
How to use pattern substitutions for string manipulation
Summary
When using regex conditions (seeĀ How to use pattern matching conditioning), there are substitution variablesĀ available for any capture group specified in your regex statement. These can be used and provide an indirect way of doing string manipulation. Even if you don't need the condition specifically for determining whether to create an issue or not (just make sure the condition statement is always matches).
Example
This was created to answer this question.
Easier way to get the project key
%original_project% is a simple way of getting the project key, so the above technique is not needed if this is all you need.
, multiple selections available,
Related content
Substitution variables - Cloud
Substitution variables - Cloud
More like this
Dynamic Issue Context Example 1
Dynamic Issue Context Example 1
More like this
Dynamic Issue Context Example 2
Dynamic Issue Context Example 2
More like this
How to work with issue data in different contexts
How to work with issue data in different contexts
More like this
JQL functions reference
JQL functions reference
More like this
issueTypesForProject
issueTypesForProject
More like this