Jira
Create issues, search via JQL, transition statuses, and add comments in Jira Cloud
CipherSense Agents connects to Jira Cloud using your Atlassian email and API token via HTTP Basic Auth. Workflow nodes can create issues, retrieve issue details, update fields, transition statuses by name (the connector resolves the transition ID automatically), run JQL searches, and post comments. Optionally configure a webhook secret to receive Jira events — issue created/updated/deleted and comment created/updated — and trigger workflows automatically.
Official documentationSetup
Generate a Jira API token
Generate a Jira API token
Log in to your Atlassian account and go to id.atlassian.net/manage-profile/security/api-tokens. Click Create API token, give it a label, and copy the token. Keep it safe — it will not be shown again.
Atlassian API TokensFind your Jira base URL
Find your Jira base URL
Your base URL is the root of your Jira Cloud instance, e.g. https://your-company.atlassian.net. Do not include /rest/api or any path suffixes — CipherSense Agents appends those automatically.
Add the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > Jira. Enter your Atlassian email, API token, and base URL. Optionally set a Default Project Key (e.g. PROJ) so you don't have to specify it on every node. Click Save & Test to verify the credentials via /rest/api/3/myself.
(Optional) Set up webhook-triggered workflows
(Optional) Set up webhook-triggered workflows
To trigger workflows from Jira events: add a Webhook Secret to the integration, then register the webhook URL in Jira — go to Jira Settings > System > WebHooks > Create a WebHook. Set the URL to https://agents.ciphersense.ai/api/integrations/jira/webhook?secret=YOUR_SECRET and subscribe to the events you need (Issue: created, updated, deleted; Comment: created, updated).
Jira WebHooks documentationConnection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| Atlassian Account Email | Required | The email address of your Atlassian account. Used as the Basic Auth username. |
| API Token | Required | From id.atlassian.net/manage-profile/security/api-tokens. Used as the Basic Auth password. |
| Jira Base URL | Required | Your Jira Cloud instance root URL. Do not include /rest/api paths. |
| Default Project Key | Optional | Default project key used when no projectKey is specified per-node. |
| Webhook Secret | Optional | Appended as ?secret=... to your webhook URL for validation. Set the same value when registering the webhook in Jira. |
Common Use Cases
Ready to connect Jira?
Add this integration from your project dashboard and wire it into a workflow.
On This Page