> 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         |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://lewe.gitbook.io/lewe-jira-connector-for-wordpress/shortcodes/jco-issue.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
