> For the complete documentation index, see [llms.txt](https://docs.hivel.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hivel.ai/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-6-discover-jira-custom-fields-jira-only.md).

# Step 6 - Discover Jira custom fields (Jira only)

Every Jira instance has different custom field IDs. Run:

```
./hivel-agent --config config.yml --env-file .env config fields
```

Running multiple Jira instances? Add --instance \<slug> to print fields for just one (default: every configured instance).

The output includes a hivel\_suggestion column. Find field IDs for all five Hivel semantic types:

| **Hivel type** | **What to look for in Jira**                    |
| -------------- | ----------------------------------------------- |
| STORY\_POINTS  | "Story Points", "Story point estimate"          |
| SPRINT         | "Sprint"                                        |
| PRODUCT        | Team, Product, Squad, or Product Area field     |
| ALLOCATION     | Allocation, Capacity, or similar planning field |
| EPIC           | "Epic Link", "Epic Name", or parent epic field  |

{% columns %}
{% column %} <a href="/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-1-install-the-binary.md" class="button primary" data-icon="backward">Step 5</a>
{% endcolumn %}

{% column %}

{% endcolumn %}

{% column %} <a href="/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-7-add-jira-custom-fields-to-config.md" class="button primary" data-icon="forward">Step 7</a>
{% endcolumn %}
{% endcolumns %}
