jco-issue
The jco-issue shortcode
With the jco-issue shortcode you can display a single Jira issue on your page or post. You can select between three different formats.
[jco-issue host="1071" key="LSD-56" format="button"]

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

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

[jco-issue parameter="value" ...]
Parameter | Description | Default |
---|---|---|
color | Custom color for the badge. Overwrites the global setting for this shortcode. | no value |
description | The amount of characters to show from the description of the Jira issue. Only works with format = panel . Overwrites the global setting for this shortcode. | 240 |
format | Display format for this Jira issue:
| button |
host | * Mandatory. The post ID of the Jira host | no value |
key | * Mandatory. The Jira issue key | no value |
outline | If set to 1 or true, no fill color is used. Only works with format = button | false |
summary | The amount of characters to show from the summary of the Jira issue. | 40 |
Last modified 8mo ago