Connect to your users’ Jira accounts.
Note: You’ll need to create a new Jira app and Jira site if you don’t already have one.
You can find your Jira app credentials by visiting your Jira developer portal.
You’ll need the following information to set up your Jira app with Paragon Connect:
Paragon provides a redirect URL to send information to your Jira app. To add the redirect URL to your Jira app:
In your Jira developer dashboard, select your application.
Under APIS and Features > OAuth 2.0 (3LO) > Callback URL, paste-in the Paragon Connect redirect URL found in Step 1.
Select Jira from the Integrations Catalog.
Under Integrations > Connected Integrations > Jira > App Configuration > Configure, fill out your credentials from the end of Step 1 in their respective sections:
Press the purple “Save Changes” button to save your credentials.
Note: Leaving the Client ID and Client Secret blank will use Paragon development keys.
Once your users have connected their Jira account, you can use the Paragon SDK to access the Jira API on behalf of connected users.
See the Jira REST API documentation for their full API reference.
Any Jira API endpoints can be accessed with the Paragon SDK as shown in this example.
Once your Jira account is connected, you can add steps to perform the following actions:
When creating or updating cards in Jira, you can reference data from previous steps by typing {{
to invoke the variable menu.
Webhook triggers can be used to run workflows based on events in your users’ Jira account. For example, you might want to trigger a workflow whenever Issues are updated to sync your users’ Jira Issues to your application in real-time.
You can find the full list of Webhook Triggers for Jira below:
In order to use the Project Created and Project Updated triggers, you will need to add the manage:jira-configuration
scope to your Jira application.