What we store
The encrypted API token plus your Atlassian email, Cloud URL, and chosen default project key. We never store the token in plain text; every decrypt writes a row to thesecret access log with the actor, route, and reason.
Once connected, every action item Mnueron extracts from a meeting transcript can become a real Jira ticket with one click — assigned, labeled, and linked back to the meeting it came from. Live status reads pull the current Jira state back into the meeting detail page.
If you already have an Atlassian Cloud site, skip this step. Otherwise visit atlassian.com/software/jira/free and create a workspace. The free tier covers 10 users and 2GB of storage — plenty for staging the Mnueron integration. Use your own personal email; you can invite teammates later.
Note your Cloud URL — it looks like https://your-team.atlassian.net. You'll paste this into Mnueron in step 4.
In Jira, click Projects → Create project. Pick the Kanban or Scrum template — either works. Pick a short key like MNUE or DEMO; you'll paste this into Mnueron as the default project key so tickets created from action items land here by default.
You can connect more than one project; the default is just the fallback for clicks that don't specify a project.
Visit id.atlassian.com/manage-profile/security/api-tokens → Create API token. Name it something descriptive like "Mnueron Meet" so you can revoke it independently later. Copy the value — Atlassian shows the token only once.
Open /account-settings/integrations/jira and fill in:
https://your-team.atlassian.netMNUEClick Save and verify. Mnueron stores the token encrypted at rest (pgcrypto by default; KMS envelope on enterprise tier), then immediately runs a verify roundtrip against your Jira to confirm the token is valid. You'll see a green pill with your Atlassian display name on success.
GET /rest/api/3/myself— a read-only ping. It doesn't create or change anything.Open any meeting at /dashboard/meetings that has extracted action items. (Don't have any? Upload a transcript via /dashboard/integrations/meet.)
Each action item card now has a Create Jira ticket button. Click it. Mnueron drafts a ticket with the action item text as the summary, the meeting URL and a transcript quote in the description, and the assignee email if one was extracted. Confirm or edit, then click Create. The ticket appears in your Jira within a second, and the meeting page now shows a status badge that updates when Jira state changes.
The encrypted API token plus your Atlassian email, Cloud URL, and chosen default project key. We never store the token in plain text; every decrypt writes a row to thesecret access log with the actor, route, and reason.
Tickets are attributed to the human who owns the token. If three people on a team want to create tickets from meetings, each connects their own Jira (one token, one user).
Revoking the token in Atlassian instantly blocks Mnueron. You can also click Disconnect on the settings page; that drops the row immediately and any pending creates fail closed.
Atlassian Cloud free tier supports the full REST API v3 surface Mnueron uses. No paid plan is required to get a working integration; upgrade only when you outgrow 10 users or 2GB of attachments.