> 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-7-add-jira-custom-fields-to-config.md).

# Step 7 - Add Jira custom fields to config

Using the field IDs you found in Step 6, add them to your config.yml under the jira: block so the agent knows which custom fields map to each required Hivel type.

```
jira:
  required_hivel_types:
    - STORY_POINTS
    - SPRINT
    - PRODUCT
    - ALLOCATION
    - EPIC
 
  extra_fields:
    - customfield_10016 - STORY_POINTS   # replace with your actual field IDs
    - customfield_10020 - SPRINT
    - customfield_10042 - PRODUCT
    - customfield_10044 - ALLOCATION
    - customfield_10014 - EPIC
```

Validate the config:

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

{% columns %}
{% column %} <a href="/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-6-discover-jira-custom-fields-jira-only.md" class="button primary" data-icon="backward">Step 6</a>
{% endcolumn %}

{% column %}

{% endcolumn %}

{% column %} <a href="/hybrid-hivel-agent/3.-prerequisites-and-set-up/step-8-run-first-sync.md" class="button primary" data-icon="forward">Step 8</a>
{% endcolumn %}
{% endcolumns %}
