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

# Jira Integration

## Resmo + Jira Integration Fundamentals&#x20;

![](/files/n6BmIDwlAFAswXQMu1Jd)

Resmo integrates with Jira to help you protect your issues and project from potential risks and stay secure and compliant.&#x20;

### What does Resmo offer to Jira users?&#x20;

* Monitor all Jira assets from a single platform&#x20;
* Query Jira users, filters, groups, and projects&#x20;
* Set up ready-made or custom rules and rule notifications based on Jira resource configurations
* &#x20;Check your Jira security and compliance posture using the Jira Best Practices pack.&#x20;

### How does the integration work?&#x20;

Resmo integrates with Jira using the OAuth 2.0 app that you will automatically be redirected to once you click the create button on your Resmo Jira integration page. After permitting access, you can begin seeing your Jira resources and query them on your Resmo account.

Resmo operates the resource receiving and regular data-update collection processes through API polling.&#x20;

### Available resources&#x20;

Resmo Jira integration collects Jira resources, including projects, users, groups, and filters.

See the complete list:&#x20;

{% embed url="<https://resources.resmo.com/jira>" %}

### Common queries and rules&#x20;

* See users with an email from a different domain&#x20;
* List projects with administrator role&#x20;
* List projects with default assignee to project lead&#x20;
* Monitor filters and their owners List classic projects&#x20;
* Check next-gen projects&#x20;

### Integration Walkthrough&#x20;

#### How to install&#x20;

1. Create or sign in to your Resmo account.&#x20;
2. Navigate to the Integrations page and select Jira.&#x20;
3. Click the Add Integration button from the bottom right corner of the opening modal.
4. Hit the Create button.
5. You’ll be redirected to your Atlassian account; accept permissions.

![](/files/OZgoRlGBaM73tcDFCa6D)

5\. All done! Now, you can start querying your Jira resources.&#x20;

#### How to uninstall&#x20;

1. Log in to your Resmo account.&#x20;
2. Go to Integrations and select Jira.&#x20;
3. Go to the Connected Integrations tab from the opening modal and select the one you want to remove or disable.
4. Click Delete to uninstall or Disable to pause the integration.
5. Optionally, you can remove your OAuth token after uninstalling the integration permanently. Follow the instructions [here](https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/#site-scoped-grants-limitations).

If you uninstall Resmo from your Jira account, we don’t remove the integration on our side, so you will still be able to monitor and query your resources.

#### Revoking Tokens

If you want to revoke your OAuth tokens after deleting the integration. Follow the steps [here](https://developer.atlassian.com/cloud/confluence/oauth-2-3lo-apps/#site-scoped-grants-limitations).


---

# 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://resmocom.gitbook.io/product/integrations/jira-integration.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.
