This topic was automatically generated from Slack. You can find the original thread here.
I am using the Jira Create Issue Action. Does anoyone know how to provide custom fields? I tried properties and additionalProperties (both plain values and json). But no luck so far. I even managed to get the customfield I need as dynamic field and set it with a value. However it is not correctly written to jira after all.
I actually did this without realizing it. Unfortunately it did not work. However, I resolved the issue by creating it using nodejs. I also needed to set ADF in the description rather than basic text. As far s I understood that pipedream action was only capable of plain text
my pleasure. would be happy to see it in the action itself. Since I am currently building this, are you interested in having the code. Currenty parsing bbcode to convert it to ADF
Also short note on the bbcode endeavour. I eventually dropped it, as I found that the caller that triggeres the workflow is capable of sending html. This was much easier to convert (eventually)