# Publish Comments to Jira

To enable publishing Zoho Desk ticket comments as private Jira issue comments, follow these steps:

### 1. Configure Jira Extension for Zoho Desk

Make sure that Connection is configured as per [getting-started](https://docs.mybytes.tech/zoho-desk/jira-connector-for-zoho-desk/administrator-guide/getting-started "mention") page

### 2. Ensure that you are on the latest version of the Jira Extension for Zoho Desk

Navigate to the Jira Extension for Zoho Desk app in the Marketplace. Check if the **Update** button is visible in the top right corner. If the button is not present, you are already on the latest version. If the button is available, proceed to update to the latest version.\
\ <img src="https://4112598543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBHvod0TlmybkT2IeKnoL%2Fuploads%2FvyYtHmoNfAGsW7VrAmBG%2Fpublish-comments-1.png?alt=media&#x26;token=21bcdef8-0cb7-49b9-8f3f-ef6792c320bb" alt="" data-size="original"><br>

### 3. Ensure that Auto Sync is enabled

<figure><img src="https://4112598543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBHvod0TlmybkT2IeKnoL%2Fuploads%2FiDDcYsZHD2AdW3NyCq1V%2Fimage.png?alt=media&#x26;token=26903343-3a45-4f9b-9c20-611c8b897e93" alt=""><figcaption></figcaption></figure>

### 4. Navigate to Jira and enable the options in the **Connection Settings**

<figure><img src="https://4112598543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBHvod0TlmybkT2IeKnoL%2Fuploads%2FZZCwvQzXEt80JDu9QX7T%2Fpublish-comments-2.png?alt=media&#x26;token=10c9aa2b-d1b6-426c-a688-a09ecd8a7ce3" alt=""><figcaption></figcaption></figure>

### 5. Verify that comments are published

{% hint style="info" %}
Please take note of the following: Comments will be published if it is not a view only association.
{% endhint %}

Given the Ticket private comment below

![](https://4112598543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBHvod0TlmybkT2IeKnoL%2Fuploads%2FgnsDWO25dRieTgH2bzgz%2Fpublish-comments-5.png?alt=media\&token=e9d50065-c30e-49b7-ba3e-c18451db2538)<br>

it will be published as an internal comment in Jira.

![](https://4112598543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBHvod0TlmybkT2IeKnoL%2Fuploads%2FO9kxwFaUYkBxTvGkVrYT%2Fpublish-comments-4.png?alt=media\&token=bf8222ae-fb7c-4ffa-813b-19d93f629617)

### Configure Which Zoho Desk Comments Are Synced to Jira

This section guides you through configuring exactly which Zoho Desk comments are published to Jira. You can control:

* Whether **Public**, **Private**, or **All** comments are synced
* Whether only comments with specific **tags** should be published<br>

Navigate to Extension Settings.

Locate the setting: **Publish Zoho Desk Comments to Jira Issue**

<figure><img src="https://4112598543-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBHvod0TlmybkT2IeKnoL%2Fuploads%2FGSIObgOjDYO1ozQxtOMU%2Fconfigure-comments-1.png?alt=media&#x26;token=046521d0-4f10-49bc-8ba9-a9b82d33a913" alt=""><figcaption></figcaption></figure>

**Comment Privacy**

You can control which type of Zoho Desk comments are published to Jira.

| Option      | Description                                        |
| ----------- | -------------------------------------------------- |
| **All**     | Publishes both **Public** and **Private** comments |
| **Public**  | Publishes only **Public** comments                 |
| **Private** | Publishes only **Private** comments                |

* Select the option that matches your workflow.
* Once saved, only the selected comment types will be pushed to the linked Jira issue.

**Comment Tag Filter**

The Comment Tag Filter allows you to further restrict which comments are published to Jira based on tags included in the comment body.

#### What It Does

* Only comments containing at least **one of the specified tags** will be synced.
* If no tags are configured, all comments (based on the Privacy setting) will be eligible for syncing.

#### How to Configure

1. Locate the **Comment Tag Filter** field.
2. Enter a **space separated list** of tags.
3. Save your settings.

#### Example

```
#jira
```

With the example above:

* Only comments that contain `#jira` in the comment body will be synced to Jira.
* Comments without this tag will NOT be published.

You may also configure multiple tags:

```
#jira #sync #dev
```

In this case, any comment containing **at least one** of these tags will be synced.
