Before You Begin
You’ll need:- Admin access to your Gradial organization
- Credentials or API access to your external ticketing system
- Knowledge of which projects/folders you want to sync
Setting Up a Jira Integration
Authentication Options
Jira offers several authentication methods:| Method | Best For | Requirements |
|---|---|---|
| Basic Auth | Simple setups, testing | Username + API token |
| API Key Header | Alternative to Basic | API token in custom header |
| Jira Forge Proxy | Enterprise/secure deployments | Jira Forge app installed |
Basic Auth Setup
- Go to Organization Settings → Integrations
- Click Add Integration and select Jira
- Enter your Jira instance URL (e.g.,
https://yourcompany.atlassian.net) - Enter your Jira email address
- Generate an API token from Atlassian Account Settings
- Paste the API token
- Click Connect
Jira Forge Proxy Setup (Enterprise)
The Jira Forge Proxy is the most secure authentication method for Jira Cloud. Instead of storing Jira credentials in Gradial, requests are proxied through a Jira Forge app installed on your instance. How it works:- A Jira Forge app is installed on your Jira instance
- The app exposes a webhook URL that accepts API requests
- Gradial sends requests to this webhook with a shared secret
- The Forge app validates the secret and makes the actual Jira API call
- Install the Gradial Forge app on your Jira instance
- Copy the Forge webhook URL and shared secret
- In Gradial, select Jira Forge Proxy as the authentication method
- Enter the webhook URL and shared secret
Jira-Specific Options
Assign Back to Reporter: When enabled, newly discovered tickets are automatically assigned back to their original reporter. This prevents tickets from being “stuck” assigned to the service account.Setting Up a Wrike Integration
Authentication Options
| Method | Description |
|---|---|
| OAuth 2.0 | Standard OAuth flow with access token (recommended) |
| Permanent Token | Long-lived API token |
OAuth Setup
- Go to Organization Settings → Integrations
- Click Add Integration and select Wrike
- Click Connect with OAuth
- Log in to your Wrike account and authorize Gradial
- Select the spaces and folders you want to access
- Click Complete Setup
Permanent Token Setup
- Generate a permanent access token from Wrike’s API settings
- In Gradial, select Permanent Token as the authentication method
- Paste your token and click Connect
Setting Up a Workfront Integration
Authentication Options
| Method | Best For | Requirements |
|---|---|---|
| API Key | Simple setups | Workfront API key |
| Adobe JWT | Enterprise deployments | Adobe IMS service account |
API Key Setup
- Go to Organization Settings → Integrations
- Click Add Integration and select Workfront
- Enter your Workfront instance URL
- Enter your API key (generated from Workfront Setup → System → Customer Info)
- Click Connect
Adobe JWT Setup (Enterprise)
For organizations using Adobe IMS:- Create a service account in Adobe Developer Console
- Generate JWT credentials
- In Gradial, select Adobe JWT as the authentication method
- Enter your client ID, client secret, and technical account details
- Click Connect
Testing Your Connection
After setting up an integration:- Gradial will test the connection automatically
- If successful, you’ll see a green “Connected” status
- If there’s an error, check your credentials and try again
- Invalid credentials — Verify your API token hasn’t expired
- Permission denied — Ensure your account has access to the projects you want to sync
- URL incorrect — Double-check your instance URL format