> 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/readme.md).

# Introduction

**Lewe Jira Connector** is a WordPress plugin that allows to connect to Jira hosts (Server, Data Center or Cloud) and display issue and filter information on your pages and posts.

In the WordPress back-end, you can create one or more Jira hosts to connect to. After setting them up, you can use shortcodes to retrieve issue or filter information from these hosts and display them on your WordPress pages and posts.

Lewe Jira Connector supports Bootstrap colors. If you do not like the Jira status category colors, you can replace them with a Bootstrap color.

The button, inline and panel displays of Jira issues are also based on popular Bootstrap visuals like alerts or badges.

Jira filter results are displayed in a table that allows column sorting.

{% hint style="info" %}
**WordPress Listing**

<https://wordpress.org/plugins/lewe-jira-connector/>
{% endhint %}

## Feature Comparison

| Feature                       | Free Version         | Paid Version         |
| ----------------------------- | -------------------- | -------------------- |
| Unlimited Jira Hosts          | :white\_check\_mark: | :white\_check\_mark: |
| Custom status category colors | :white\_check\_mark: | :white\_check\_mark: |
| Issue button                  | :white\_check\_mark: | :white\_check\_mark: |
| Issue panel                   | :x:                  | :white\_check\_mark: |
| Issue inline                  | :x:                  | :white\_check\_mark: |
| Jira filter results           | :x:                  | :white\_check\_mark: |
| License fee (per domain)      | Free                 | € 59 / year          |


---

# 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/readme.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.
