Documentation Index
Fetch the complete documentation index at: https://onecli.sh/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
OneCLI connects AI agents to Jira through Atlassian’s OAuth flow. Agents can search for issues, create new tickets, update fields, and manage sprints. The gateway injects OAuth credentials into requests to the Jira REST API automatically. This is useful for coding agents that need to look up ticket details, create sub-tasks, update issue status after completing work, or report bugs.Setup
What agents can do
- Search issues using JQL (Jira Query Language) with filters for project, status, assignee, labels, and more
- Read full issue details (summary, description, comments, attachments, custom fields)
- Create new issues with specified project, type, summary, description, and fields
- Update issue fields (status, assignee, priority, labels, custom fields)
- Add comments to issues
- Transition issues between statuses (e.g., move from “To Do” to “In Progress”)
- List projects and their issue types
- Read and manage sprint boards (list sprints, get sprint issues)
- Create and update epics
- Link related issues together
- Log work time against an issue