Hi @daniel2 ,
actually, if you’re manipulating text fields in your Jira expressions, I would strongly recommend you use the V2 REST API to execute your Jira expressions, because ADF is useless in Jira expressions (like in any scripting use cases). And you only need to use the V2 API for that - you can mix and match V2 and V3 API calls freely.
Generally, unless you’re implementing a rich text editor, you’ll want to stay away from the V3 API, because ADF is a pain to manipulate.
Just my two cents,
David
2 Likes