> For the complete documentation index, see [llms.txt](https://hiera.gitbook.io/hiera-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hiera.gitbook.io/hiera-docs/release-notes.md).

# Release Notes

## v7.1.0 -- May 19, 2026

### New Features

* **Strategic Parents** -- a new hierarchy level above Epics for Jira Standard teams. Group Epics under strategic themes or programs without requiring Jira Premium. See [Strategic Parents](/hiera-docs/strategic-parents.md).
* **Detail Panel Picker** -- assign and change Strategic Parents directly from the issue detail panel in any view.
* **Bulk Assignment Manager** -- assign Strategic Parents to multiple Epics at once with filters, search, and batch operations.
* **CSV Export for Bulk Assignments** -- export the current Strategic Parent assignment table to CSV for offline review and sharing.

### Improvements

* **Payload fingerprinting** -- Hiera now fingerprints API payloads to avoid redundant re-renders when data has not changed, improving responsiveness on large projects.
* **Legacy storage migration** -- automatic migration of older Forge Storage formats to the current schema, ensuring backward compatibility after updates.
* **API error fallback** -- graceful fallback behavior when Jira API calls fail due to rate limits or transient errors, with retry logic and user notification.

### Bug Fixes

* **License check** -- resolved an issue where the license validation could fail intermittently on first load.
* **Pagination cap** -- fixed a bug where projects with more than 5,000 issues could hit an internal pagination limit, resulting in missing data.
* **Date parsing** -- corrected date parsing for locales that use non-ISO date formats, ensuring consistent behavior across Jira instances.
* **Parent badge** -- fixed a display issue where the parent badge on child items could show stale data after hierarchy changes.


---

# 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://hiera.gitbook.io/hiera-docs/release-notes.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.
