> For the complete documentation index, see [llms.txt](https://lewe.gitbook.io/lewe-jira-connector-for-wordpress/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lewe.gitbook.io/lewe-jira-connector-for-wordpress/shortcodes/jco-issue.md).

# jco-issue

## Description

With the jco-issue shortcode you can display a single Jira issue on your page or post. You can select between three different formats.

## Examples and Outputs <a href="#examples-and-outputs" id="examples-and-outputs"></a>

{% code overflow="wrap" %}

```
[jco-issue host="1071" key="LSD-56" format="button"]
```

{% endcode %}

<figure><img src="/files/INg9OkRlpTipYvFOgaS5" alt=""><figcaption></figcaption></figure>

{% code overflow="wrap" %}

```
[jco-issue host="1071" key="ADMIN-1001" format="panel"]
```

{% endcode %}

<figure><img src="/files/xE9gCNBl9HrCyrteVSDq" alt=""><figcaption></figcaption></figure>

{% code overflow="wrap" %}

```
[jco-issue host="1071" key="LSD-56" format="inline"]
```

{% endcode %}

<figure><img src="/files/WEFwp6KZx5Z8dmAYYvZk" alt=""><figcaption></figcaption></figure>

## Format

{% code overflow="wrap" %}

```
[jco-issue parameter="value" ...]
```

{% endcode %}

## Parameters

| Parameter   | Description                                                                                                                                                                             | Default    |
| ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| color       | <p>Custom color for the badge.</p><p>Overwrites the global setting for this shortcode.</p>                                                                                              | *no value* |
| description | <p>The amount of characters to show from the description of the Jira issue.</p><p>Only works with <em>format = panel .</em></p><p>Overwrites the global setting for this shortcode.</p> | 240        |
| format      | <p>Display format for this Jira issue:</p><ul><li>button</li><li>inline</li><li>panel</li></ul>                                                                                         | button     |
| host        | <p><mark style="color:red;"><strong>\*</strong></mark> Mandatory.</p><p>The post ID of the Jira host</p>                                                                                | *no value* |
| key         | <p><mark style="color:red;"><strong>\*</strong></mark> Mandatory.</p><p>The Jira issue key</p>                                                                                          | *no value* |
| outline     | <p>If set to 1 or true, no fill color is used.</p><p>Only works with <em>format = button</em></p>                                                                                       | false      |
| summary     | The amount of characters to show from the summary of the Jira issue.                                                                                                                    | 40         |
