This guide shows how to connect Jira Cloud to Clarion using an Atlassian service account and OAuth 2.0 client credentials.Documentation Index
Fetch the complete documentation index at: https://docs.clarion.cantina.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Estimated time: 10-15 minutes. You need access to:
- A Clarion workspace
- Atlassian Administration for your Jira site
- A service account that can view, search, and create issues in the Jira projects you want Clarion to use
Prerequisites
Before connecting Jira in Clarion, make sure you have:- Your Jira site URL, for example
https://example.atlassian.net - A Jira service account with access to the relevant projects
- An OAuth 2.0 credential created for that service account
- These credential scopes:
read:jira-workwrite:jira-work
Clarion uses the service account’s client credentials to request short-lived Jira access tokens automatically. You do not need to reconnect the integration just because an access token expires.
Step 1 - Create a Jira service account
- In Atlassian Administration, open Directory and create a service account.
- Grant the service account access to Jira.
- Make sure the service account has the Jira project permissions it needs in the projects Clarion will use.
- Search issues
- View issue details
- Create issues in the target project
Step 2 - Create OAuth 2.0 credentials for the service account
- Open the service account in Atlassian Administration.
- Go to Credentials.
- Create an OAuth 2.0 credential.
- Grant only these scopes:
read:jira-workwrite:jira-work
- Copy the Client ID and Client secret.
Step 3 - Connect Jira in Clarion
- In Clarion, go to Integrations.
- Open Jira.
- Enter:
- Site URL
- Client ID
- Client Secret
- Default Project Key (optional, but recommended)
- Click Connect Jira.
Step 4 - Verify and maintain the connection
After connecting:- Review the saved Jira site and client ID.
- Set or update Default Project Key if you want Clarion to fall back to a project automatically.
- Click Save after any changes.
- Click Verify Connection to confirm Clarion can access Jira successfully.
- Use Disconnect if you want to remove Jira access from the workspace.
How Jira tools use this integration
When Jira tools are enabled, Clarion can:- Create issues
- Fetch issue details
- Search issues with JQL
Troubleshooting
”Failed to resolve Jira cloud ID”
Check that Site URL is exactly your Jira Cloud URL, for example:https://example.atlassian.net
/jira, /projects, or /browse.
”Jira credential is missing required scopes”
Recreate or update the OAuth 2.0 credential so it includes:read:jira-workwrite:jira-work
Verify Connection fails even though the credential is valid
Make sure the service account itself has Jira product access and project-level permissions in the projects Clarion needs to read or create issues in.”Project key is required” when creating issues
Set Default Project Key in the Jira integration, or passprojectKey directly in the Jira tool call.