Skip to main content
Solved

REST API - adding hyperlink when creating a ticket

  • April 27, 2023
  • 1 reply
  • 149 views

Forum|alt.badge.img
  • Community Enthusiast
  • 9 replies

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"

    }

Best answer by SysAid Team

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

1 reply

Forum|alt.badge.img+2
  • SysAider
  • 52 replies
  • Answer
  • May 24, 2023

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