Hi together,
I have the following problem during creating an item (epic) from a webhook.
Trigger: Webhook
Goal: Creation of an epic
I have a field in the content of the webhook: "fieldInWebhook"
This field can have zero, one, or multiple number values.
Examples:
"fieldInWebhook":null
"fieldInWebhook":"10"
"fieldInWebhook":"10,15"
"fieldInWebhook":"10,16,18"
Each of these values have a name.
Examples:
10 = Cat0
15 = Cat5
16 = PeterPan
18 = RandomValue
If for example I get the following incoming webhook:
"fieldInWebhook":"10,16,18"
I want to add the labels "Cat0", "PeterPan" and "RandomValue" to the epic I create.
Question: How can I convert the Numbers to strings and split them in different labels?
any solutions?
Thanks
Denis :)
Hi @Denis
Perhaps you could do this with repeated or chained replaceAll() functions on the values -> labels, and then use an advanced edit with JSON to add the values from a stored created variable.
Kind regards,
Bill
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.