Originally asked by Harold Oconitrillo on 21 July 2023 (original question)
Hi,
We are trying to push the status from Jira Cloud into a string field in Jira On-Prem.
When I use a debug statement debug.error
("replica.status.name = ${replica.status.name}")
, the I see a string such as âWaitingâ or In Progress. But when I try to put that into a custom string field using
âissue.customFields."Current Status" = replica.status.nameâ
I receive an error.
Do I need to convert the value to a string or something?
Thanks.