Solved

REST API - adding hyperlink when creating a ticket

  • 27 April 2023
  • 1 reply
  • 83 views

Badge

I am trying to add a hyperlink to ticket description but it adds it as a plain text.

 

{

      "key": "description",

      "value": "New Hire: Kim Lane2 \n\n Target Start Date changed to: \n\nPDF Link: https://www.google.com"

    },

 

I tried using link key but not sure where it adds the link:

{

      "key": "link",

      "value": "https://www.google.com"

    }

icon

Best answer by SysAid Team 24 May 2023, 12:04

View original

1 reply

Userlevel 3
Badge +1

Hi @abhatia

No matter what you will put into the description field, it will always be in Plain text, since the field doesn't support HTML code.

We have an open feature request #21386 to make the Description field support HTML.

 

If you still need help, please don’t hesitate to reach out. 

 

All the best

Reply