Question

Create Task in New-Gen Project via API V2 Freshservice Html Description

  • 22 July 2022
  • 0 replies
  • 53 views

Userlevel 2
Badge +1

Hi there,

with the Freshservice API V2 now it is possible to create Tasks in the New-Gen Project Management.
Many Thanks for it.

This works fine, only the description field works not with HTML text which is sent in the JSON.

Info Field, content is from the json send via API


My JSON looks like this:

{
"title":"Save Invoice",
"description": "<p>Some <strong>strong <\/strong>HTML <br \/>and <em>italic <\/em>Text.<\/p>",
"status_id":696,
"priority_id":690,
"type_id":863
}

Is this the right way to sent HTML content in the description field?

I also tried to convert the description field to HTML entities, which displays the plain text with the encoded entities.


Greetings,
Stefan
 


0 replies

Join the Community or User Group to Participate in this Discussion

Reply