---
title: "Add an internal comment to Jira Service Desk request"
canonical: "https://support.appfire.com/space/PSJC/490999549/Add%20an%20internal%20comment%20to%20Jira%20Service%20Desk%20request"
format: markdown
---
> Macro (aura-html)


```
string commentMsg = "This is an internal JSD comment: \\\\Summary - " + summary + "\\\\Description - " + description ;
addJSDComment(key, currentUser(), commentMsg, false);
```