# Jira fix versions

Developers, Product Managers, Release and Quality Assurance teams use the Fix Version field for the following purposes:

* Developers:
  * Fix Version field is the one that shows up on individual tickets in the backlog view.
  * For Story tickets, the Fix Version is used for soft guidelines for what is targeted for what release.
  * For Bug tickets, the Fix Version is used to know which bugs are priority based on where we are in the release cycle.
* Product Managers:
  * To prioritize backlog.
  * To estimate/plan what Story tickets ship in what release.
* Release Manager:
  * Follow status of resolved, open and submitted tickets for current release.
  * Compose various release metrics.
* Quality Assurance:
  * Prioritize testing of tickets and associated PRs for the next release.
  * Assess completeness of a release before cutting final.
  * Track when changes actually went in, to help investigate bugs and expected behavior.
  * Report on issues, changes, and tests by release.


---

# Agent Instructions: 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:

```
GET https://handbook.mattermost.com/operations/research-and-development/product/development-process/new-bug-tickets/jira-fix-versions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
