Jira/Apps Versions:
Description of the automation which I want to accomplish:
The automation is triggering properly, and it's correctly finding the "Customer Name" field, which in my test case, contains the string "ACME INC, Co." This breaks the automation because there are spaces in the name (see error below). Since the field I'm wanting to match is a free text field, it will always contain a string (name) with a varying number of spaces, special characters, lengths, etc.
Below is my error, which to me is obvious that I need to somehow create the "For JQL" search to treat the "Customer Name" as a string, but for the life of me I cannot find any documentation on how to accomplish that:
How do I make the Jira automation wrap ACME INC, Co. in quotes so it treats it as a text string? TIA!
I found a colleague who had the same issue but figure out the solution, so I'm putting it here for others, and it's quite simple:
Wrap your smart value in quotes, OUTSIDE the braces. FWIW, I did everything BUT that... Not sure why this isn't clearly documented anywhere, my colleague had the same issue finding an answer, and stumbled upon it by brute force trial and error...
Example: "{{issue.Customer Name}}"
This was something I was banging my head on for so long. Thank you for sharing!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.