For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated