how to escape double quote in CONTAINS query string in subflow JIRA spoke action

J Shone
Kilo Expert

Module: Flow Designer

Spoke: JIRA

Action: Get All projects

 

This is frustrating!!!

 

REQUIREMENT:  confirm whether a string in the following format is contained with the returned projects string from JIRA to check whether a project name is already in use on JIRA

 

Extract of Raw text returned form GitHUB:

"projectTypeKey":"software","simplified":false,"style":"classic",
"isPrivate":false,"properties":{}},
{"expand":"description,lead,issueTypes,url,projectKeys,permissions,insight",
"self":"https://xyz.atlassian.net/rest/api/2/project/10500","id":"10500",
"key":"AT","name":"TestName","avatarUrls":{"48x48":"https://

 

String to look for (contains quotes)

,"name":"TestName",

 

issue: the escape chars dont seem to be working on the condition builder

 

find_real_file.png

I've tried various things, but nothing is working.

The following condtiion is OK, logic works, but unable to build the query string beyond that:

 

:"TestName",
 
but as soon as I try to add a preceeding " to test for :"TestName", it fails and  I am unable to escape it
 
:"TestName",
 
" doesnt work 
"" doesnt work
\" doesnt work
2 REPLIES 2

Anil Lande
Kilo Patron

Hi,

Can you please share processing logs for your flow/action when you perform test?

What are the run time values?

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

J Shone
Kilo Expert

see find_real_file.png