SimpleAMS integrates with Jira Cloud in both directions:
- Outbound: a button on every asset creates or links a Jira issue; asset events (check-out, status change) post comments back to Jira.
- Inbound: a Jira webhook mirrors issue updates into the asset's timeline so you don't need to flip tabs.
1. Generate a Jira API token
- Sign in at id.atlassian.com.
- Security → API tokens → Create API token.
- Label: "SimpleAMS". Copy the token.
2. Configure in SimpleAMS
- Go to Settings → Integrations → Jira (Cloud).
- Fill:
- Jira Cloud subdomain: just "acme" for
acme.atlassian.net, no protocol. - Account email: the email of the user that owns the token.
- API token: from step 1.
- Default project key: e.g.
OPS. Used when you create an issue without picking one.
- Jira Cloud subdomain: just "acme" for
- Tick Enable this integration and save. SimpleAMS generates a webhook secret at this point.
3. Set up the webhook in Jira
Copy the Webhook URL shown on the integration card (it includes the secret).
- In Jira, click the cog → System → Webhooks → Create a webhook.
- Name: "SimpleAMS asset link".
- URL: paste the webhook URL.
- Events: tick Issue created, Issue updated, and Issue deleted.
- Save.
4. Daily usage
- From an asset: click Create Jira issue. SimpleAMS opens an inline form, you pick project + summary, we POST to Jira and link the response back.
- Link an existing ticket: paste the issue key (e.g.
OPS-1234) into the same form. - Asset events posted to Jira: when you check the asset out, change its status, or log maintenance, SimpleAMS adds a comment to the linked Jira issue with the change.
- Jira changes mirror to SimpleAMS: closing the ticket in Jira marks the asset link as resolved; reopening reopens it.
5. Notes
- Jira is a Business-plan integration.
- The webhook secret is part of the URL - if it leaks, regenerate it by toggling the integration off and back on.
- Jira Server / Data Center isn't supported - this guide is for Atlassian Cloud only.