---
title: "Add internal comments to Jira Service Desk requests"
canonical: "https://support.appfire.com/space/PSJ/15482346/Add%20internal%20comments%20to%20Jira%20Service%20Desk%20requests"
format: markdown
---
> Macro (aura-html)

 

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