Why are the {{ticket.link}} and {{ticket.url}} placeholders not rendering?

Return to top

1 Comments

  • Max Kane

    What about if you have an active help center and the place holders are still not rendering

    I am trying to update the message format of our slack integration.  I’d like to include the following data in the message:

    {
    "attachments":[
    {
    "fallback":"Ticket Updated:bangbang:",
    "pretext":"Ticket Updated:bangbang:",
    "color":"#D00000",
    "fields":[
    {
    "title":"Subject: {{ticket.title}}",
    "value":"{{ticket.url}}",
    "requester":"Requester: {{ticket.requester.email}}",
    "status":"Status: {{ticket.status}}",
    "comment":"Comment: {{ticket.latest_comment_html}}",
    "short":false
    }
    ]
    }
    ]
    }

    But only the "title":"Subject: {{ticket.title}}" and "value":"{{ticket.url}}" appear in the message

     

    0

Please sign in to leave a comment.

Powered by Zendesk