Prerequisites
Complete the shared prerequisites. You need access to the Atlassian developer console and a Jira Cloud account with permission to access the projects you will connect. This OAuth flow uses Atlassian Cloud, not Jira Data Center.1. Create the OAuth application
Create an OAuth 2.0 (3LO) application in the Atlassian developer console. Configure its callback ashttps://tembo.example.com/api/oauth/atlassian/callback.
The callback and configuration prefix are
atlassian, not jira.
The connection requests Confluence scopes as well as Jira scopes. Review these permissions before authorizing, even if your initial use case is Jira only.
2. Configure Tembo
Setatlassian.clientId and atlassian.clientSecret in /var/lib/tembo/config.json using the application’s credentials. Follow the restart instructions.
For Jira event delivery, allow requests to https://tembo.example.com/api/webhook/atlassian.
3. Install and verify
- Open Settings → Integrations on your instance and install Jira.
- Authorize the intended Atlassian site.
- Confirm the expected projects and issues are available.
- Configure a Jira trigger in Agents and test it on a non-production issue.