# Jira - Project Planning and Tracking

Jira is the tool that is used for [bug reporting](https://github.com/mariadb-corporation/mariadb-docs/blob/main/server/reference/community/community/bug-tracking/reporting-bugs.md), project planning and tracking in MariaDB development. It replaced the previous tool called [WorkLog](/docs/server/reference/product-development/server-development/tools/worklog.md). Jira is also where you can find the [MariaDB roadmap](https://jira.mariadb.org).

The MariaDB Jira is located at [jira.mariadb.org](https://jira.mariadb.org)

Everyone is welcome to sign up for a free account and submit issues, post new tasks or ideas, or to comment on existing issues. The sign up can be found next to the log in boxes on the front page or directly through [this link](https://jira.mariadb.org/secure/Signup!default.jspa).

After filling out the sign up form you can log in.

### Links to Jira Tasks

You can easily create links to Jira tasks in the documentation using their "MDEV" number. For example, the text '`mdev-191`', when entered into the documentation becomes: [MDEV-191](https://jira.mariadb.org/browse/MDEV-191).

### See Also

* [Jira MDEV workflow - statuses and transitions](/docs/server/reference/product-development/server-development/tools/jira-status-and-transition-definitions.md)

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>

{% @marketo/form formId="4316" %}


---

# 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://mariadb.com/docs/server/reference/product-development/server-development/tools/jira.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.
