JIRA server (self-hosted)
Connect Spike to a self-hosted Jira server using OAuth credentials.
Last updated
Connect Spike to a self-hosted Jira server using OAuth credentials.
To connect, you need three things from your Jira server:
Base URL (the domain where your server is hosted, e.g. https://jira.mydomain.com)
Client ID
Client Secret
On your Jira server, go to Settings > Applications
Click Application Links
Click Create Link

On the Create Link modal, select External application and Incoming

Fill in the details:
Name: Spike
Callback URL: https://app.spike.sh/task-management/jira/self-hosted/auth/callback
Permission: Write
Click Save

Copy the generated Client ID and Client Secret
Your Base URL is the domain where Jira is hosted, e.g. https://jira.spike.sh. Do not include a trailing slash.

Go to Settings > Organisation and select JIRA server. Enter the Base URL, Client ID, and Client Secret. Then click Connect.

Jira opens for validation. Grant the requested permissions to complete the connection.
Last updated