Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.
SOLVED

How to format a text generated by Fusion in JIRA

Avatar

Level 1

Hi team,

 

We integrated Worfront to JIRA using Fusion. We create JIRA tickets using automation, which generates a payload that we load in the JIRA description based on the fields filled in an Intake Form.

We are having trouble formatting this payload. Is there a way to send bold text through Fusion?

I did some research in the community posts but did not get anything really clear on how to do this in cases like that.

Thank you so much for helping me with that. 🙂

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @RenataCo 

This is less a Fusion question and more of a JIRA topic: We can send almost anything with Fusion, the question is what the recipient does with what se send. 

 

Per their docs, Atlassian's textarea (ie multiline text fields with formatting) are of a special type that expects JSON 

https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/

 

It looks similar to the Draft.JS structure Workfront uses. 
My suggestion, try to read a record that has HTML fields and see what the content looks like.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @RenataCo 

This is less a Fusion question and more of a JIRA topic: We can send almost anything with Fusion, the question is what the recipient does with what se send. 

 

Per their docs, Atlassian's textarea (ie multiline text fields with formatting) are of a special type that expects JSON 

https://developer.atlassian.com/cloud/jira/platform/apis/document/structure/

 

It looks similar to the Draft.JS structure Workfront uses. 
My suggestion, try to read a record that has HTML fields and see what the content looks like.