Skip to content
Developer ToolsReal-timeUpdated May 2026

Jira

Issues, sprints, and transitions on Jira

Jira is the enterprise issue tracker your security team probably mandated, and Tiny Command treats its workflow-state machine as a first-class concept. Six triggers cover the lifecycle that matters in agile delivery: Issue Created, Issue Updated, Issue Deleted, Comment Created, Sprint Started, and Sprint Closed. Seventeen actions handle the operational side, but two of them are distinctive: Transition Issue respects the project's workflow (you can only move an issue to a state that's a valid next-step from its current state), and Get Transitions returns the valid transitions for any given issue at runtime, so a workflow can decide which transition is legal before attempting it. The other actions cover Create Issue, Update Issue, Assign Issue, Add Comment, Add Watcher, Link Issues, Search Issues (with full JQL support), and the read endpoints for projects, sprints, statuses, and issue types. Authorize via Atlassian OAuth; the connection respects Jira project-level permissions.

6triggers
17actions
≈ 2 minto set up
Freetier · no card
Triggers

Workflows start when Jira does.

6 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.

Real-time · webhook-driven
Actions

Do anything Jira can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Add CommentAdds a comment to an existing Jira issue with optional visibility restriction (role or group). Used for automation activity logs, AI summary notes, or external system pings.
Add WatcherAdds a user as a watcher on a Jira issue so they receive notifications on updates. Used to auto-loop in interested parties (PMs, designers, support).
Assign IssueAssigns a Jira issue to a user (by accountId) or unassigns it. The standard routing action for AI-driven triage or rotating on-call assignment.
Create IssueCreates a new issue (story, task, bug, epic, etc.) in a Jira project with summary, description, type, assignee, priority, labels, components, and custom fields. Standard write for converting external alerts into tracked work.
Delete IssuePermanently deletes a Jira issue by key or ID. Irreversible; pass deleteSubtasks=true to also remove children. Most teams transition to a Cancelled status instead.
Get IssueRetrieves a Jira issue by its key (ABC-123) or numeric ID with summary, description, status, assignee, comments, and custom fields. The standard read after a trigger fires with an ID.
Get ProjectReturns details of a Jira project: name, key, lead, issue types, components, and versions. Used to enrich a trigger or validate a project reference.
Get Sprint IssuesReturns all issues in a Jira sprint. Used for stand-up dashboards, sprint reviews, or burndown reporting outside Jira.
Get TransitionsReturns the available status transitions for an issue based on the workflow it's on. Required before calling Transition Issue, since you pass a transition ID, not a status name.
Link IssuesCreates a link between two Jira issues (blocks/is blocked by, relates to, duplicates, etc.). Used to maintain cross-issue relationships from automated triage.
List Issue TypesLists all issue types available in Jira (Story, Task, Bug, Epic, custom types). Use to populate a type picker before creating an issue.
List ProjectsLists all Jira projects accessible to the authenticated user with key, name, and lead. The standard first step before scoping work to a project.
List SprintsLists all sprints for a Jira board with state (future, active, closed) and dates. Useful for sprint pickers and reporting.
List StatusesReturns all issue statuses available in the Jira instance with their categories. Useful for filtering and for validating status names before a transition.
Search Issues (JQL)Searches for issues using JQL (Jira Query Language), the full-featured query syntax. Powers SLA dashboards, segment reports, and complex upsert lookups.
Transition IssueChanges the status of a Jira issue (e.g. To Do to In Progress to Done) by transition ID. Get the available transition IDs via Get Transitions first.
Update IssueUpdates fields on an existing Jira issue: summary, description, priority, assignee, labels, components, custom fields. Only the fields you pass are changed.
Recipes

Pre-built Jira workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Jira once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Jira field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Jira integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Jira to Tiny Command?
Open the Tiny Command workflow builder, drop in a Jira node, and click Connect. Authorize Jira once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Jira triggers does Tiny Command support?
Tiny Command supports 6 real-time Jira triggers, including "Comment Created", "New Issue", "Issue Deleted". Each trigger fires within seconds of the event happening in Jira.
What Jira actions can I run from a workflow?
17 Jira actions are available out of the box, covering developer tools operations like "Add Comment". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Jira integration real-time?
Yes. Comment Created and every other Jira trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in Jira rather than on a polling schedule.
Do I need to write code to use Jira with Tiny Command?
No. Every Jira trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Jira API endpoint directly.
How much does the Jira integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Jira integration itself has no per-app surcharge.
Related

More developer tools apps people connect.

Same category as Jira, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Jira.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.