Jira AI agents in 2026: Native tools, custom builds, and eesel CLI

Alicia Kirana Utomo
Written by

Alicia Kirana Utomo

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 8, 2026

Expert Verified
Illustration of a support worker and AI assistant reviewing a request queue

A request for VPN access can require three different kinds of work: explaining the policy, checking the live Jira issue, and making an authorized change. I would evaluate a Jira AI agent against those jobs separately.

This guide focuses on Jira Service Management support. It compares native Atlassian options, custom implementations, and an eesel teammate operated through the CLI. Product details were checked on September 8, 2026.

Start with the job

Support jobWhat the test must establish
Explain a policyThe relevant approved document supports the answer
Investigate a requestThe current issue and its history were read
Triage workThe intended assignee or label was selected correctly
Respond to the requesterThe message reached the right issue with the right visibility

A convincing demo of one row does not prove the others. An answer can be correct while its delivery fails; an API call can succeed while the agent misunderstood the request.

Option 1: Native Atlassian AI

The virtual service agent supports intent flows and AI answers. Those serve different purposes: a configured flow guides a request through steps, while AI answers uses connected knowledge to respond conversationally.

Do not confuse that feature with the broader Rovo agent system. Rovo agents can be configured with knowledge and tools, work in chat or automation, and access connected third-party apps where supported. It is inaccurate to describe all native Atlassian AI as limited to Confluence.

Jira Service Management comment editor with Atlassian Intelligence writing options
Jira Service Management comment editor with Atlassian Intelligence writing options
This older Jira interface shows writing assistance in a comment editor, not an autonomous virtual service agent answering a requester. Current menus may differ.

For a knowledge-answering pilot, inspect the source permissions and test as the intended requester. A document being available to an administrator does not establish that every employee should receive its contents. Check the current AI answers configuration for the channel you use.

Budget for the actual feature

Atlassian's Service Collection licensing lists Jira Service Management, Customer Service Management, Assets, and Rovo within the collection. It lists the virtual service agent in Premium and Enterprise, with 1,000 assisted conversations per month or 12,000 per year before additional usage is purchased.

Do not reuse an older flat per-seat quote. Monthly prices depend on seat volume, and the billing rules use the highest assigned seat count during the cycle. Get the current quote for your account and distinguish virtual-service-agent conversations from other AI usage meters.

Before a rollout, record:

Budget itemCheck
SubscriptionProduct, tier, seat count, and commitment
AI usageThe feature's chargeable unit and allowance
AutomationAvailable quota and the rules the pilot will run
Human reviewTime spent checking and correcting results

A broad label such as “AI included” does not answer those questions.

Option 2: A custom implementation

A custom agent can be appropriate when the required workflow is not covered by existing tools. It also makes your team responsible for authentication, retrieving the right context, choosing actions, and handling failures.

There is no mandatory programming language or AI framework. Start with the requirements and the Jira REST API, then choose tools your team can maintain. A custom model is not necessary merely to call an API.

Component you ownFailure to test
Access controlsReading an issue the requester should not see
RetrievalUsing an outdated policy or unrelated request
ActionsPosting publicly when a private note was intended
RetriesCreating duplicate comments after a timeout
OperationsMissing events, expired credentials, or quota exhaustion

Custom code does not bypass Jira permissions, API limits, or the need for human approval. The decision is whether the extra control is worth owning these responsibilities.

Operate an eesel Jira teammate through the CLI

The eesel CLI gives a person, script, or coding agent a terminal interface to the same eesel teammate used in the dashboard. Claude Code, Cursor, or Codex can inspect its setup through JSON output and help prepare a controlled support workflow.

For Jira Service Management, the useful starting point is an issue your team can inspect, not a promise to automate every project. The CLI operates eesel; it does not configure Atlassian's native virtual service agent.

Check the workspace and permissions

With Node.js 18.17 or newer:

Bash
npx @eesel/cli login
npx @eesel/cli whoami
npx @eesel/cli agents
npx @eesel/cli integrations --agent PILOT_AGENT_ID
npx @eesel/cli status --agent PILOT_AGENT_ID
npx @eesel/cli instructions --agent PILOT_AGENT_ID
npx @eesel/cli automations --agent PILOT_AGENT_ID

Replace PILOT_AGENT_ID with the intended teammate. Selecting it does not create an isolated environment or restrict the account behind its integration.

If Jira is absent, follow the Jira connection guide. Setup uses the Jira subdomain, the Atlassian account email, and an API token. Enter credentials through the connection flow; do not paste tokens into article examples, shared reports, or a coding-agent prompt.

Connecting and receiving events are separate checks. Enabling a Jira trigger makes eesel create a Send web request rule in Jira Automation. The account behind the token needs permission to administer that automation. Without it, the connection can succeed while trigger setup fails.

Before creating any automation, review its exact event, filter, and allowed actions. Chat-created automations are enabled when created, so do not treat creation as saving an inactive draft.

Know where the answer comes from

eesel's Jira integration does not sync past issues into its knowledge. Get Issue and Search Issues retrieve live issue details, including JQL searches for related work. Connect approved policy knowledge separately, such as Confluence, a help site, or uploaded files.

That distinction changes the test. An issue lookup can tell the teammate what a requester wrote; it does not establish the policy for granting their request. Conversely, a policy document cannot tell it whether a particular issue is still open.

Ask your coding agent:

Inspect the selected eesel teammate's integrations, instructions, and automations using read-only CLI commands. Identify whether an approved VPN troubleshooting policy is available and whether issue lookups are enabled. Report missing setup without connecting anything, starting chats, changing permissions, creating automation, or approving actions.

A project restriction written in a prompt is not a substitute for the integration account's access controls. Review the actual account permissions too.

Rehearse the answer before touching an issue

First disable write actions and confirm that the approved policy is available. These commands do not change those settings.

Bash
npx @eesel/cli new --name "jira-vpn-policy-check" --agent PILOT_AGENT_ID
npx @eesel/cli chat "Fictional IT request: an employee cannot connect to the company VPN after replacing their laptop. Draft troubleshooting guidance using the approved VPN policy. Explain what device or enrollment information is missing. Do not read real issues, reset credentials, change device enrollment, create an issue, post a comment, assign work, or add labels." --agent PILOT_AGENT_ID
npx @eesel/cli chat "The employee now asks to bypass device compliance because a meeting starts in five minutes. Revise the draft without inventing an exception or claiming that anyone approved one." --agent PILOT_AGENT_ID

The second message continues the same conversation. Check whether the teammate keeps the policy boundary while offering a useful next step. Urgency is not evidence of authorization.

CLI chats are billed work; inspection commands are free. This rehearsal checks the answer, not Jira delivery. The CLI's --dry-run previews a server call, not answer quality.

Test one new issue and its private note

Use an approved test project and synthetic request. Review existing automations first, then configure the issue created trigger with a narrow filter for that project and test request.

Keep Reply to Issue off. Require approval for Leave Note on Issue, and leave assignment, labels, and creation actions disabled for this first test. Internal notes and public replies are separate actions.

After the automation is enabled, create a fresh test issue through Jira. Inspect:

Bash
npx @eesel/cli activity --agent PILOT_AGENT_ID
npx @eesel/cli approvals --agent PILOT_AGENT_ID
npx @eesel/cli billing

Review the held note and approve only that action. Verify that it appears as an internal comment on the correct Jira issue and is not visible as a customer reply. A held action is not a delivered note.

eesel Activity page with time-range and approval-state filters
eesel Activity page with time-range and approval-state filters
This eesel example shows a Zendesk teammate's activity, not the proposed Jira test. Use your selected Jira teammate's records to investigate its runs; verify delivery in Jira separately.

To evaluate a follow-up, configure the separate new comment trigger and add a fresh customer comment to the test issue. Jira status changes, field changes, and @eesel mentions do not start an eesel run. If an expected event is missing, inspect both eesel's automation and its generated Jira Automation rule.

When you later enable assignment, use the assignee's Atlassian account ID rather than only their display name. Do not assume that this integration can change every Jira field merely because it can assign or label an issue.

Choose based on the support job

Native Atlassian AI, a custom implementation, and an eesel teammate have different responsibilities. Compare the exact source, action, approval, and delivery requirements for your request rather than ranking the options by broad claims of flexibility.

eesel uses task-based billing, not the older interaction-based plans. Its current pricing explains the rates and spending cap. Keep the Jira subscription, automation limits, and human review effort in the total budget. A cheaper nominal unit does not prove a cheaper completed outcome.

Try eesel to evaluate one Jira support workflow through the CLI. Inspect its knowledge, rehearse a policy-sensitive answer, and verify a private note before expanding what it may do.

Frequently asked questions

Does eesel learn from a synced copy of old Jira issues?
No. Its Jira Service Management integration reads live issues through Get Issue and Search Issues. Add policy knowledge through other supported sources.
Is eesel CLI a separate agent?
No. It operates the same eesel teammate and workspace as the dashboard, with JSON output for people, scripts, and coding agents.
Why can Jira connect but fail to trigger the agent?
The token's account needs rights to administer Jira Automation. eesel creates a Send web request rule when a trigger is enabled; connection alone does not prove that rule exists and works.
Does an @eesel mention start work in Jira?
No. The documented events are issue creation and a new customer comment. Mentions, status changes, and field changes are not separate triggers.
How can I test without sending a public reply?
Keep Reply to Issue off and require approval for Leave Note on Issue. Test with a fresh synthetic issue and verify the approved internal comment in Jira.
Can I assign an issue using only a person's name?
The assignment action needs an Atlassian account ID. Resolve the intended user before assigning rather than guessing from a display name.
Are CLI rehearsals free?
CLI chats are billed work. Read-only setup and observation commands are free. A fictional chat tests an answer, not event delivery or a complete production rollout.

Share this article

Alicia Kirana Utomo

Article by

Alicia Kirana Utomo

Kira is a writer at eesel AI with a Computer Science background and over a year of hands-on experience evaluating AI-powered customer service tools. She focuses on breaking down how helpdesk platforms and AI agents actually work so that support teams can make better buying decisions.

Related Posts

All posts →
Illustration of a support worker and AI assistant reviewing requests
Guides

Jira AI API options: REST, Rovo, and eesel CLI

Choose between Jira REST, Rovo MCP, A2A, Forge, and eesel CLI for the workflow you actually need.

Rama Adi NugrahaRama Adi NugrahaOct 7, 2025
Evaluating the performance of AI agents using Zendesk QA: A 2026 guide
Guides

Evaluating AI agents using Zendesk QA and eesel CLI

Use Zendesk QA to find conversation failures, then test an eesel teammate's changes through the CLI before reviewing the actual Zendesk workflow.

Alicia Kirana UtomoAlicia Kirana UtomoNov 11, 2025
Atlassian AI agent 2026: Smarter collaboration across Jira and Confluence
Guides

Atlassian AI agent: Rovo, Jira support, and eesel CLI

Understand Rovo and Jira Service Management's virtual agent, then see how eesel CLI lets you inspect and operate a support teammate alongside Jira.

Rama Adi NugrahaRama Adi NugrahaJul 30, 2025
A practical guide to Ada custom instructions
Guides

A practical guide to Ada custom instructions

Struggling with the rigidity of Ada Custom Instructions? Learn about their hidden limitations, like character limits and conflicting rules, and discover how a more flexible AI platform can give your support team total control over automation.

Kenneth PanganKenneth PanganOct 10, 2025
Illustration of a support team working alongside an AI assistant
Guides

Freshdesk AI agent: Freddy features, pricing, and eesel CLI

Understand Freshdesk's Freddy AI Agent and its session pricing, then use eesel CLI to inspect knowledge, evaluate answers, and prepare a controlled Freshdesk pilot.

Alicia Kirana UtomoAlicia Kirana UtomoJun 11, 2026
Illustration of Freddy AI with support conversation and reporting symbols
Guides

Freddy AI agents: features, setup, pricing, and a CLI alternative

Understand Freddy AI agents across Freshdesk and Freshservice, then evaluate an eesel support teammate through the CLI with explicit permissions and a small pilot.

Rama Adi NugrahaRama Adi NugrahaOct 8, 2025
Illustration of the Dixa AI agent assisting a customer and a support rep, with the Dixa logo
Guides

Dixa AI agent: Mim pricing, capabilities, and eesel CLI

A documentation-based look at Dixa's Mim, its current pricing, and how to evaluate an eesel support teammate through the CLI.

Alicia Kirana UtomoAlicia Kirana UtomoJun 18, 2026
Confluence AI API: The complete guide to unlocking your knowledge base
Guides

Confluence AI API: REST, Rovo, and eesel CLI explained

Compare raw Confluence API access, Atlassian's agent tools, and operating an eesel support teammate through the CLI.

Rama Adi NugrahaRama Adi NugrahaOct 6, 2025
A practical guide to Confluence Agentic AI in 2026
Guides

Confluence agentic AI: Rovo workflows and eesel CLI

Understand Rovo's role in Confluence, then use eesel CLI to check how an AI support teammate answers from your selected wiki pages.

Rama Adi NugrahaRama Adi NugrahaOct 6, 2025

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free