Hi,
I need to iterate the name, date and time values from the below and update the respective custom fields in Jira cloud.
{accountId=712020:87072582-f63b-429d-8af6-c963148b3432, meaning=Approval, name=Karthikeyan Ponnusamy Jayachandran, status=Approved, title=Lead, date=Apr 3, 2025, time=8:21 PM, ts=2025-04-03T13:21:58Z}
Thanks in advance
How many records are you expecting for what you show: one-and-only-one, zero-to-many, etc.?
After you clarify the scenario, that will help the community to offer better suggestions.
Kind regards,
Bill
Hi, yes you can.
First off, when putting the data into your smart value, I would strip off the starting and ending
{ } leaving you with the value pairs.
Then using advanced branching, step through each of the value pairs like this. Each time through the branch you will have a new pair.
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.