# JIRA OAuth Permission Scope

Jira OAuth Scope details -&#x20;

#### Users, Groups & Roles

<table><thead><tr><th>Existing</th><th valign="top">New Addons</th></tr></thead><tbody><tr><td><ul><li>read:user:jira: View user profiles (name, email, account info).</li><li>read:group:jira: Access Jira user groups and memberships.</li></ul></td><td valign="top"><ul><li>read:application-role:jira: View global roles (e.g., Jira Software users, admins).</li><li>read:project-role:jira: Access roles within a project.</li></ul></td></tr></tbody></table>

#### Issues & Related Data

<table><thead><tr><th>Existing</th><th valign="top">New Add-ons</th></tr></thead><tbody><tr><td><ul><li>read:issue:jira: Basic access to Jira issues.</li><li>read:issue-details:jira: Detailed issue data.</li><li>read:issue-meta:jira: Metadata required to create/edit issues.</li><li>read:issue.changelog:jira: View issue history.</li><li>read:issue.vote:jira: Access voting data.</li></ul></td><td valign="top">-</td></tr></tbody></table>

#### Issue Structure & Configuration

<table><thead><tr><th valign="top">Existing</th><th valign="top">New Add-ons</th></tr></thead><tbody><tr><td valign="top"><ul><li>read:issue-type:jira: Access issue types.</li></ul></td><td valign="top"><ul><li>read:issue-type-hierarchy:jira: Understand hierarchy.</li><li>read:issue-security-level:jira: View issue visibility restrictions.</li></ul></td></tr></tbody></table>

#### Fields & Configuration

<table><thead><tr><th valign="top">Existing</th><th valign="top">New Addons</th></tr></thead><tbody><tr><td valign="top"><ul><li>read:field:jira: Access all fields.</li><li>read:field-configuration:jira: Field settings.</li><li>read:custom-field-contextual-configuration:jira: Context-specific configs.</li></ul></td><td valign="top">-</td></tr></tbody></table>

#### Projects & Components

<table><thead><tr><th valign="top">Existing</th><th valign="top">New Add-ons</th></tr></thead><tbody><tr><td valign="top"><ul><li>read:project:jira: Access project details.</li><li>read:project-category:jira: View project categories.</li><li>read:project.component:jira: Access project components.</li><li>read:project-version:jira: View versions/releases.</li><li>read:project.property:jira: Access project metadata.</li></ul></td><td valign="top">-</td></tr></tbody></table>

#### Audit & System Info

<table><thead><tr><th valign="top">Existing</th><th valign="top">New Add-ons</th></tr></thead><tbody><tr><td valign="top"><ul><li>read:audit-log:jira: View audit logs.</li><li>read:avatar:jira: Access avatars.</li><li>read:status:jira: View issue statuses.</li><li>read:jql:jira: Execute JQL queries.</li></ul></td><td valign="top">-</td></tr></tbody></table>

#### Webhooks

<table><thead><tr><th valign="top">Existing</th><th valign="top">New Add-ons</th></tr></thead><tbody><tr><td valign="top"><ul><li>read:webhook:jira: View webhooks.</li><li>write:webhook:jira: Create/update webhooks.</li><li>delete:webhook:jira: Remove webhooks.</li></ul></td><td valign="top">-</td></tr></tbody></table>

#### Jira Software (Agile)

| Existing | New Add-ons                                                                                                                                                                                                                                |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|          | <ul><li>read:board-scope:jira-software: Access board configuration.</li><li>read:sprint:jira-software: Access sprint data.</li><li>read:epic:jira-software: Access epics.</li><li>read:issue:jira-software: Access Agile issues.</li></ul> |


---

# 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://typo.gitbook.io/typo-help-docs/faqs/data-security/jira-oauth-permission-scope.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.
