# Supported default Jira fields

Jirs Sync tool supports the following default Jira fields for the sync

<table><thead><tr><th>Field</th><th width="210">Type</th><th>Mapping</th></tr></thead><tbody><tr><td>ID</td><td>Integer</td><td>Automatic, optional </td></tr><tr><td>Jira link</td><td>URL</td><td>Automatic, optional</td></tr><tr><td>Summary</td><td>Text field (single line)</td><td>Automatic, can't be disabled</td></tr><tr><td>Description</td><td>Rich text field</td><td>Automatic, can't be unmapped</td></tr><tr><td>Priority</td><td>Single-choice</td><td>Automatic, can be unmapped</td></tr><tr><td>Status</td><td>Single-choice</td><td>Automatic, can't be disabled</td></tr><tr><td>Sprint</td><td>Sprint</td><td>Automatic, can be unmapped</td></tr><tr><td>Updated</td><td>Date Time Picker</td><td>Automatic, can't be disabled</td></tr><tr><td>Due date</td><td>Date Time Picker</td><td>Manual</td></tr><tr><td>Assignee</td><td>User picker (single user)</td><td>Automatic, can be unmapped</td></tr><tr><td>Story points</td><td>Number field</td><td>Manual</td></tr><tr><td>Time spent</td><td>Date Time Picker</td><td>Manual</td></tr><tr><td>Original estimate</td><td>Number field</td><td>Manual</td></tr><tr><td>Remaining estimate</td><td>Number field</td><td>Manual</td></tr><tr><td>Work Ratio</td><td>Number field</td><td>Manual</td></tr><tr><td>Resolution</td><td>Single-select</td><td>Manual</td></tr><tr><td>Reporter</td><td>User picker (single user)</td><td>Automatic, can be unmapped</td></tr><tr><td>Labels</td><td>Single-select</td><td>Manual</td></tr><tr><td>Linked issues</td><td>URL</td><td>Manual</td></tr></tbody></table>


---

# 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://docs.aqua-cloud.io/documentation/integrations/jira-sync-synchronize-items-between-aqua-and-jira-projects/fields-mapping/supported-default-jira-fields.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.
