how to escape double quote in CONTAINS query string in subflow JIRA spoke action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 07:04 AM
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
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:
- Labels:
-
Integrations
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 07:26 AM
Hi,
Can you please share processing logs for your flow/action when you perform test?
What are the run time values?
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2022 07:45 AM