An index and topic collection covering issue tracking, bug tracking, and project-management APIs that expose issue, ticket, task, and work-item primitives. Issue tracking APIs are the connective tissue between engineering, product, and operations work — they capture defects, feature requests, user stories, and tasks, then move them through configurable workflows from creation to resolution. This collection includes developer-centric trackers like Jira, Linear, GitHub Issues, and GitLab Issues; project- and work-management platforms like Asana, ClickUp, Monday.com, Trello, and Wrike; product-discovery trackers like Productboard and Shortcut; classic open-source bug trackers like Redmine; and flexible work-item stores like Notion, Airtable, and Smartsheet. It is distinct from the customer-support topic (Zendesk-style help desks) and from incident management (which lives under monitoring).
URL: https://apievangelist.com
Run: Capabilities Using Naftiko
- Issue Tracking, Bug Tracking, Project Management, Task Management, Work Management
- Created: 2026-05-19
- Modified: 2026-05-19
| Name | Description |
|---|---|
| Issue and Ticket Primitives | Issue tracking APIs expose a core issue/ticket primitive with identifier, title, description, status, assignee, reporter, priority, and timestamps as the unit of work that flows through development and project workflows. |
| Configurable Workflows and Transitions | Trackers like Jira, Linear, and Azure DevOps model state machines on top of issues — open, in-progress, in-review, done — and expose transition APIs that move work between states with optional validations and side effects. |
| Labels, Components, and Custom Fields | Issue APIs let teams classify work using labels, tags, components, fix versions, epics, and arbitrary custom fields, which are first-class resources that can be created, listed, and assigned via the API. |
| Comments and Activity Streams | Issues accumulate conversation and history. Most trackers expose comments as a separate resource and provide an audit-style activity stream covering field changes, transitions, and attachments. |
| Sprints, Boards, and Backlogs | Agile-oriented APIs (Jira Agile, Linear, Shortcut, Azure Boards) expose sprints, iterations, kanban boards, and backlogs as objects you can query and mutate alongside the underlying issues. |
| Webhooks and Event Subscriptions | Issue trackers publish events (created, updated, transitioned, commented) over webhooks so external automations, chatops bots, CI systems, and AI agents can react to work-item changes in near real time. |
| Search, JQL, and Saved Queries | Trackers expose query languages or filter parameters (Jira's JQL, GitHub's search syntax, Linear's filter API) for finding issues by status, assignee, label, sprint, or arbitrary custom-field combinations. |
| Attachments and Linked Resources | Issues support file attachments and relationships to other issues (blocks, blocked-by, duplicates, relates-to) and to external artifacts like commits, pull requests, deploys, and design files. |
| Name | Description |
|---|---|
| Engineering Issue Tracking | Software teams use Jira, Linear, GitHub Issues, or GitLab Issues as the system of record for bugs, stories, and tasks, with API integrations into IDEs, CI/CD pipelines, and code review tools. |
| Cross-Team Work Coordination | Work-management platforms like Asana, ClickUp, Monday.com, and Wrike coordinate tasks across engineering, marketing, design, and operations, often syncing with developer trackers via API. |
| Product Roadmap and Discovery | Productboard, Shortcut, and Linear connect customer feedback and product opportunities to issues and roadmap items, exposing APIs for ingesting feedback and synchronizing with engineering work. |
| ChatOps and Bot Automation | Slack, Microsoft Teams, and Discord bots create, update, transition, and comment on issues using tracker APIs — turning chat messages into tickets and pushing status updates back into channels. |
| AI Agent Triage and Routing | AI agents use issue tracker APIs to classify incoming issues, suggest labels and assignees, summarize threads, draft replies, link related tickets, and propose status transitions for human review. |
| Reporting, Dashboards, and Analytics | BI tools and dashboards pull cycle time, throughput, lead time, and backlog metrics from issue tracker APIs to measure engineering productivity and project health. |
| Internal Developer Portals | Backstage, Compass, and other internal developer portals embed issue tracker data alongside services, deployments, and ownership so teams see open issues for the components they own. |
| Name | Description |
|---|---|
| Jira | Atlassian's market-leading issue and project tracker for software teams, with a deep REST API covering issues, projects, sprints, JQL search, custom fields, and webhooks. |
| Linear | Modern, opinionated issue tracker for high-velocity software teams, with a first-class GraphQL API for issues, cycles, projects, and roadmaps. |
| GitHub Issues | Lightweight tracker built into GitHub repositories, accessible through the GitHub REST and GraphQL APIs alongside pull requests, commits, and Actions. |
| GitLab Issues | Issue tracker tightly integrated with GitLab repositories, CI/CD, and merge requests, exposed via the GitLab REST and GraphQL APIs. |
| Asana | Work-management platform with tasks, projects, sections, and custom fields, exposed via the Asana REST API and frequently used as a cross-functional issue tracker. |
| ClickUp | All-in-one work-management platform with tasks, lists, spaces, and views, accessible through the ClickUp REST API. |
| Monday.com | Visual work-management platform with boards, items, and columns, accessible through the Monday GraphQL API and widely used as a task and issue tracker. |
| Azure DevOps | Microsoft's developer platform whose Boards service provides work-item tracking (bugs, user stories, tasks, epics) via the Azure DevOps REST API. |
Machine-readable API specifications organized by format.
- Issues Vocabulary — Unified taxonomy mapping 6 resources, 9 actions, 4 workflows, and 4 personas across issue trackers, bug trackers, and project-management platforms
This index references the following issue tracking and project-management repositories:
- Airtable
- Asana
- Atlassian
- Atlassian Compass
- Atlassian Jira
- Azure DevOps
- Basecamp
- Bitbucket
- ClickUp
- Gitea
- GitHub
- GitLab
- Hive
- Jira
- Linear
- Microsoft Project
- Monday.com
- Notion
- Productboard
- Redmine
- Shortcut
- Smartsheet
- Teamwork
- Trello
- Wrike
- Zoho
FN: Kin Lane
Email: kin@apievangelist.com