Skip to content

Notion wins · 2221 (33 drawn)

Agenticness — how well agents can access and operate the productAgenticness

How well agents can access and operate the product

Agent access

  1. ai-native userPoint an agent at llms.txt or agent-oriented docs

    weight 2 · round to Notion
    Notionfullprobed9/10

    Notion's developer docs site directly serves an llms.txt file (confirmed via live probe returning HTTP 200 with structured markdown links to docs), plus a full OpenAPI spec and agent-oriented MCP guides, meaning an AI agent can be pointed at these agent-native resources to discover and use Notion's API. Missing for 10: independent third-party corroboration that agents actually consume this llms.txt successfully in practice.

    • [probe] PROBE llms.txt: HTTP 200 at https://developers.notion.com/llms.txt # Notion Docs - [Overview](https://developers.notion.com/guides/get-star…
    • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key
    • [claimed-docs] Notion MCP lets an MCP client, such as Claude Code, Cursor, or Codex, connect to your Notion workspace through the Model Context Protocol (M…
    • [claimed-docs] If you need to run your own MCP server, the notion-mcp-server package is available as an open-source implementation.
    Jiranone0/10

    A direct probe found no llms.txt at the expected location (404), and there's no evidence of agent-oriented documentation elsewhere; while an official MCP server exists, that addresses a different story (agent tool connectivity), not llms.txt/agent-docs discoverability.

    • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
  2. ai-native userRun the product headlessly / in CI for automation

    weight 2 · round to Notion
    Notionfullprobed8/10

    Notion's REST API plus personal access tokens explicitly target 'scripts, CLI workflows, Workers, and tools' and internal connections use static API tokens 'ideal for custom automations and workflows,' which directly supports headless/CI usage; an OpenAPI spec and llms.txt further confirm programmatic access. Missing for 10: an explicit CI/CD pipeline example or independent hands-on report of running Notion API calls in a CI environment.

    • [claimed-docs] Personal access tokens (PATs) are user-scoped tokens for scripts, CLI workflows, Workers, and tools that should act as one Notion user.
    • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
    • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
    • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key
    • [claimed-docs] create a personal access token, make your first API request, and see a new page appear in your workspace in under two minutes

    Jira exposes REST APIs (jira-docs-1) and community members confirm using them for automation/scripting (jira-comm-11, jira-comm-16), which supports headless/CI-style usage, but there is no first-party documentation of a CLI, CI/CD pipeline integration, or automation-specific guidance, and probes show no discoverable OpenAPI spec or llms.txt (jira-probe-1, jira-probe-2). missing for 10: official CI/headless automation docs, CLI tool, OpenAPI spec discoverability, and independent confirmation of full CI pipeline usage.

    • [claimed-docs] Rich APIs
    • [community] Due to the slow loading, I ended up writing some simple Jira API wrapper scripts for submitting bug reports quicker in our systems.
    • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
    • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
    • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
  3. ai-native userPlug MCP servers into this product so it can use their tools

    weight 3 · round drawn
    Notionnone0/10

    All MCP evidence describes Notion exposing an MCP *server* so external clients (Claude Code, Cursor, Codex) can pull Notion's tools in — the opposite direction of the story, which asks whether Notion itself can plug in external MCP servers to use their tools. No evidence shows Notion's AI/agent features consuming third-party MCP servers as a client.

    • [claimed-docs] Build an MCP client that connects to Notion MCP using OAuth 2.0 with PKCE.
    • [claimed-docs] Notion MCP lets an MCP client, such as Claude Code, Cursor, or Codex, connect to your Notion workspace through the Model Context Protocol (M…
    • [claimed-docs] If you need to run your own MCP server, the notion-mcp-server package is available as an open-source implementation.
    • [claimed-docs] Workspace owners can manage MCP client access in Settings → Connections.
    Jiranone0/10

    Evidence only shows Atlassian publishing an official MCP *server* (jira-probe-3), which lets other agents call Jira's tools — the opposite role from this story, which asks whether Jira itself can act as an MCP client and plug in external MCP servers to use their tools. No documentation of Rovo AI or any Jira feature consuming external MCP servers is present. Missing for 10: any evidence of Jira/Rovo AI configuring or connecting to external MCP servers as a client, docs on an MCP client integration, or hands-on confirmation of such usage.

    • [probe] official MCP server documented at https://github.com/atlassian/atlassian-mcp-server
    • [claimed-docs] Rovo AI connects relevant assets and rich data from Confluence, Figma, and your 3rd party apps to your work.
    • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
  4. ai-native userConnect an agent via an official MCP server

    weight 3 · round to Notion
    Notionfullprobed8/10

    Notion documents an official MCP server ('Notion MCP') that agents like Claude Code, Cursor, or Codex can connect to via OAuth 2.0/PKCE, with docs on client setup, security best practices, and workspace admin controls for MCP access. missing for 10: independent/hands-on third-party verification of the MCP server's reliability in production use.

    • [claimed-docs] Notion MCP lets an MCP client, such as Claude Code, Cursor, or Codex, connect to your Notion workspace through the Model Context Protocol (M…
    • [claimed-docs] Build an MCP client that connects to Notion MCP using OAuth 2.0 with PKCE.
    • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.
    • [claimed-docs] Enable confirmation before actions that change content. This lets you review an action before the MCP client runs it.
    • [claimed-docs] Workspace owners can manage MCP client access in Settings → Connections.
    • [probe] official MCP server documented at https://developers.notion.com/docs/mcp

    There's evidence of an official Atlassian MCP server repo (jira-probe-3) enabling agent connections, but the evidence pack lacks deeper documentation on setup, capabilities, or independent hands-on validation. Missing for 10: detailed first-party docs on the MCP server's features/auth, and independent corroboration of it working in practice.

    • [probe] official MCP server documented at https://github.com/atlassian/atlassian-mcp-server
  5. ai-native userUse an official CLI

    weight 2 · round drawn
    Notionnone0/10

    Evidence shows REST API, PATs, MCP server/client support, and webhooks, but no mention anywhere of an official command-line interface (CLI) tool shipped by Notion; PATs are described as usable 'for scripts, CLI workflows' but that refers to third-party/custom CLIs built by developers, not an official Notion CLI.

    • [claimed-docs] Personal access tokens (PATs) are user-scoped tokens for scripts, CLI workflows, Workers, and tools that should act as one Notion user.
    • [claimed-docs] create a personal access token, make your first API request, and see a new page appear in your workspace in under two minutes
    Jiranone0/10

    No evidence of an official Jira CLI anywhere in the pack; evidence covers APIs, integrations, MCP server, and community feedback but nothing about a command-line tool for AI-native workflows.

    • ai-native userDrive the product through a documented public API

      weight 3 · round to Notion
      Notionfullprobed9/10

      Notion ships a well-documented public REST API with OpenAPI spec, PATs/OAuth for internal and public connections, webhooks, and even dedicated Agent APIs and MCP guides for AI-native workflows, confirmed by live probes (openapi.json, llms.txt). missing for 10: independent third-party hands-on developer reports validating real-world API robustness beyond vendor docs.

      • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
      • [claimed-docs] Personal access tokens (PATs) are user-scoped tokens for scripts, CLI workflows, Workers, and tools that should act as one Notion user.
      • [claimed-docs] Public connections use OAuth 2.0 for authentication... Public connections must undergo a Notion security review before being listed on the M…
      • [claimed-docs] create a personal access token, make your first API request, and see a new page appear in your workspace in under two minutes
      • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
      • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.
      • [probe] PROBE llms.txt: HTTP 200 at https://developers.notion.com/llms.txt # Notion Docs - [Overview](https://developers.notion.com/guides/get-star…
      • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key
      • [probe] official MCP server documented at https://developers.notion.com/docs/mcp

      Jira's REST API and JQL are confirmed both by vendor claims ("Rich APIs") and independent hands-on community usage (writing API wrapper scripts, executing REST queries, valuing JQL), and there is a documented official MCP server enabling agentic access. Missing for 10: a discoverable OpenAPI/llms.txt spec (probes returned 404s) and direct citation of formal API reference docs in this pack.

      • [claimed-docs] Rich APIs
      • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
      • [community] Due to the slow loading, I ended up writing some simple Jira API wrapper scripts for submitting bug reports quicker in our systems.
      • [community] Does Plane offer an alternative for JQL (Jira Query Language)? That's what I appreciate most about Jira.
      • [probe] official MCP server documented at https://github.com/atlassian/atlassian-mcp-server
      • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
      • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
    • ai-native userIssue scoped/least-privilege API credentials for an agent

      weight 2 · round to Notion
      Notionpartialclaimed7/10

      Notion documents multiple credential-scoping mechanisms relevant to agents: internal connections use a static token scoped to a single workspace, public/OAuth connections let you choose an installation scope, Custom Agent connections only reach agents explicitly shared with them, and MCP security best practices let owners require confirmation before write actions and manage client access per workspace. This shows real least-privilege controls but not fine-grained (e.g. per-resource read/write, expiring/rotatable) scopes explicitly documented. Missing for 10: documented granular permission types (read-only vs write vs admin) for API tokens, token expiration/rotation policy, and independent/hands-on confirmation that scoping works as described in practice.

      • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
      • [claimed-docs] Public connections use OAuth 2.0 for authentication. At creation time, you choose their installation scope
      • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token.
      • [claimed-docs] Enable confirmation before actions that change content. This lets you review an action before the MCP client runs it.
      • [claimed-docs] The connection can access only Custom Agents that are explicitly shared with it.
      • [claimed-docs] Workspace owners can manage MCP client access in Settings → Connections.
      Jiranone0/10

      No evidence of Jira offering scoped or least-privilege API credential issuance (e.g., OAuth scopes, granular API tokens, or agent-specific permission grants); evidence only covers general API/automation/integration features and an MCP server listing, none addressing credential scoping. missing for 10: documentation of scoped/least-privilege API token or OAuth scope creation, agent-specific credential management, and any permission-limiting mechanism for AI agents.

      • [claimed-docs] Rich APIs
      • [probe] official MCP server documented at https://github.com/atlassian/atlassian-mcp-server
    • ai-native userBuild against official SDKs

      weight 2 · round to Notion
      Notionfullprobed8/10

      Notion publishes a full REST API with OpenAPI spec, official SDK-style access via internal/public connections and PATs, an official MCP server/client guides, webhooks, and Agent APIs with SDK-like session/streaming semantics — all documented first-party and confirmed by live probes (openapi.json, llms.txt, MCP docs). Missing for 10: independent hands-on developer corroboration of SDK usage and no explicit mention of language-specific official SDK libraries (only REST/OpenAPI + MCP tooling), so some ambiguity remains on 'official SDK' vs REST/OpenAPI wrapper.

      • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
      • [claimed-docs] Personal access tokens (PATs) are user-scoped tokens for scripts, CLI workflows, Workers, and tools that should act as one Notion user.
      • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
      • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
      • [claimed-docs] If you need to run your own MCP server, the notion-mcp-server package is available as an open-source implementation.
      • [claimed-docs] Notion MCP lets an MCP client, such as Claude Code, Cursor, or Codex, connect to your Notion workspace through the Model Context Protocol (M…
      • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key
      • [probe] official MCP server documented at https://developers.notion.com/docs/mcp

      Evidence shows Jira exposes a REST API that developers (including community members) use to build scripts and integrations, and 'Rich APIs' is claimed on the marketing page, but there is no evidence of an official language SDK (Python/JS/Java client libraries) or published API spec — probes for openapi/llms.txt both 404. Missing for 10: dedicated SDK documentation/repos, published OpenAPI spec, and first-party language client libraries.

      • [claimed-docs] Rich APIs
      • [community] Due to the slow loading, I ended up writing some simple Jira API wrapper scripts for submitting bug reports quicker in our systems.
      • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
      • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
      • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
    • ai-native userSubscribe to events via webhooks

      weight 2 · round to Notion
      Notionfullclaimed8/10

      Notion's docs explicitly document webhook subscriptions for real-time events (page updates, property changes, new comments) sent as secure HTTP POST requests, configurable per connection. missing for 10: no independent/hands-on corroboration of webhook reliability or event coverage beyond first-party docs.

      • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
      • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
      Jiranone0/10

      The evidence pack mentions Jira's REST API and automation/integration ecosystem but never documents a webhook subscription mechanism specifically; no docs, community reports, or probes confirm webhook support for AI-native event subscription.

      • ai-native userHand off work between tools or agents without losing context or information

        weight 1 · round to Notion
        Notionpartialprobed6/10

        Notion supports handoff via REST API, webhooks, MCP server/client interoperability (Claude Code, Cursor, Codex), and Agent APIs with session/event history that preserve context across tool boundaries. However, there's no dedicated evidence of cross-agent context preservation guarantees, no independent/hands-on validation of lossless handoff, and community feedback focuses on unrelated pain points rather than confirming this specific capability. missing for 10: independent verification of lossless context transfer between agents/tools, explicit handling of long-running multi-agent handoff scenarios, and hands-on user reports confirming this workflow in practice.

        • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
        • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
        • [claimed-docs] Notion MCP lets an MCP client, such as Claude Code, Cursor, or Codex, connect to your Notion workspace through the Model Context Protocol (M…
        • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.
        • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
        • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
        • [probe] official MCP server documented at https://developers.notion.com/docs/mcp

        Jira offers rich APIs, 3000+ Marketplace integrations, and cross-tool tracking (Slack, Figma, Gmail) plus a documented official MCP server enabling agent connectivity, which supports moving work/context across tools. However, there's no direct evidence describing context preservation specifically during agent-to-agent or tool-to-tool handoffs, and community reports note data-loss and UI issues (e.g., saving errors, ticket reassignment confusion) that raise doubts about seamless continuity. Missing for 10: explicit documentation of context/state preservation across handoffs, independent verification of the MCP server's agentic handoff behavior, and case studies of multi-tool agent workflows.

        • [claimed-docs] Keep work up-to-date by tracking progress from your favorite tools like Slack, Figma and Gmail powered by an AI-assist
        • [claimed-docs] Choose from the over 3000+ integrations available in the Atlassian Marketplace.
        • [probe] official MCP server documented at https://github.com/atlassian/atlassian-mcp-server
        • [community] I routinely lose data in jira, like saving errors. Dragging and dropping attachments sometimes causes the page to crash and reload. Everythi…
        • [community] As a developer, once I finish my ticket I assign it to a QA. Then I can never get back to the ticket... completed tickets aren't assigned to…

      Agentic features

      1. ai-native userGet AI-generated insights and suggestions from my data inside the product

        weight 2 · round to Notion
        Notionpartialclaimed6/10

        Notion documents AI-native capabilities like Q&A with citations ('Get answers, instantly—with citations'), always-on agents ('Keep work moving 24/7 with agents'), and Notion Agent APIs/MCP that can search, read, and act on workspace content, implying AI-generated insight generation from user data. However, evidence is largely first-party marketing/docs with no independent hands-on account of the quality or depth of these AI-generated insights/suggestions, and no detail on proactive suggestion generation beyond Q&A/agents. Missing for 10: independent corroboration of insight quality, concrete examples of AI-generated suggestions (not just answers/actions), and detail on proactive analytics/insight surfacing.

        • [claimed-docs] Get answers, instantly—with citations.
        • [claimed-docs] Keep work moving 24/7 with agents.
        • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
        • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
        • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.

        Atlassian's own docs describe Rovo AI generating insights (trend identification, bottleneck detection) and suggestions (breaking big ideas into tasks, automated status reminders) directly from Jira data, matching the story's intent. However, all evidence is vendor marketing copy with no independent/hands-on validation of these AI features' actual quality or reliability, and community discussion never mentions Rovo AI at all. Missing for 10: independent or hands-on evaluation of Rovo AI insight accuracy/usefulness, and community corroboration of the AI features themselves.

        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
        • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
        • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
      2. ai-native userSet up automations that run autonomously in the background

        weight 2 · round to Notion
        Notionpartialclaimed6/10

        Notion's docs claim agent capabilities ('Keep work moving 24/7 with agents') plus a dedicated Agent API with sessions, event history, and Custom Agents that can be tracked/managed via token — suggesting agents that operate somewhat autonomously in the background. Webhooks and internal-connection API tokens also support event-driven automations that fire without user intervention. However, the MCP security guidance recommends requiring human confirmation before content-changing actions, which cuts against true unattended autonomy, and there's no detail on native scheduled/triggered workflow automations or independent verification of 24/7 unattended operation. Missing for 10: documentation of native scheduled/cron-style automations, evidence agents can act without confirmation gates, and independent/hands-on corroboration of reliable background execution.

        • [claimed-docs] Keep work moving 24/7 with agents.
        • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
        • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
        • [claimed-docs] The connection can access only Custom Agents that are explicitly shared with it.
        • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
        • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
        • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
        • [claimed-docs] Enable confirmation before actions that change content. This lets you review an action before the MCP client runs it.

        Jira has documented automation rules and Rovo AI features (auto-reminders, rules that move work forward, auto-assignment) that can run in the background without manual triggering, per jira-docs-4 and jira-docs-10. However, evidence is purely first-party marketing copy with no hands-on validation of autonomy, reliability, or how 'agentic' these automations truly are, and community feedback focuses on unrelated UI/performance complaints rather than confirming automation robustness. Missing for 10: independent/hands-on verification of autonomous automation execution, technical documentation of automation rule engine capabilities/limits, and evidence of complex multi-step autonomous workflows beyond simple reminders.

        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
        • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
        • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
        • [claimed-docs] Rovo AI connects relevant assets and rich data from Confluence, Figma, and your 3rd party apps to your work.
      3. ai-native userDelegate tasks to a built-in AI assistant inside the product

        weight 3 · round to Notion
        Notionfullclaimed7/10

        Notion markets and documents a built-in AI assistant/agent layer ('Get answers, instantly—with citations', 'Keep work moving 24/7 with agents') plus first-party Agent APIs for sessions, chat, streaming replies, and Custom Agents management, showing the assistant is a native, delegable feature rather than a third-party bolt-on. Missing for 10: independent/hands-on user reports validating real-world task delegation quality and reliability, and more detail on in-app assistant UX beyond marketing copy and API docs.

        • [claimed-docs] Get answers, instantly—with citations.
        • [claimed-docs] Keep work moving 24/7 with agents.
        • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
        • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
        • [claimed-docs] The connection can access only Custom Agents that are explicitly shared with it.

        Jira's Rovo AI is documented as a built-in assistant that can break down big ideas into tasks, auto-assign them, create automations, and surface trends, which matches the delegate-to-AI-assistant story, but all evidence is vendor marketing copy with no independent or hands-on confirmation of how well this delegation actually works. missing for 10: independent/hands-on verification of Rovo AI task delegation, community feedback specifically on Rovo AI's reliability, and detail on scope/limits of delegated actions.

        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
        • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
        • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
        • [claimed-docs] Rovo AI connects relevant assets and rich data from Confluence, Figma, and your 3rd party apps to your work.
      4. ai-native userOperate the product with natural-language commands

        weight 2 · round to Notion
        Notionpartialprobed6/10

        Notion supports natural-language operation via its AI agents, MCP integration (usable by Claude Code, Cursor, Codex), and Notion Agent APIs that let clients read/create/update content and start chat sessions with streamed replies — a strong agentic surface. However, this is mostly mediated through third-party MCP clients or the Notion AI assistant rather than a built-in native NL command interface across the whole product, and there's no independent/hands-on evidence confirming reliability of these NL-driven actions. missing for 10: independent verification of natural-language command accuracy/reliability, evidence of NL commands operating directly within Notion's own UI (not just via external MCP clients or agent APIs).

        • [claimed-docs] Get answers, instantly—with citations.
        • [claimed-docs] Keep work moving 24/7 with agents.
        • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
        • [claimed-docs] Notion MCP lets an MCP client, such as Claude Code, Cursor, or Codex, connect to your Notion workspace through the Model Context Protocol (M…
        • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.
        • [claimed-docs] A Notion Skill is a page you own with instructions for a repeatable workflow. You can maintain it yourself or ask an assistant to do it for …
        • [probe] official MCP server documented at https://developers.notion.com/docs/mcp

        Jira ships Rovo AI features (automations, task breakdown, trend surfacing) framed as AI-assist, and Atlassian publishes an official MCP server enabling AI agents to operate Jira via natural-language tool calls. However, there's no first-party documentation of a native natural-language command interface inside Jira itself, and no independent/hands-on evidence confirming reliability of either the MCP server or Rovo AI's language-driven control. missing for 10: direct docs on natural-language chat/command interface in Jira UI, independent verification of MCP server or Rovo AI command accuracy.

        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
        • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
        • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
        • [claimed-docs] Rovo AI connects relevant assets and rich data from Confluence, Figma, and your 3rd party apps to your work.
        • [probe] official MCP server documented at https://github.com/atlassian/atlassian-mcp-server
      5. ai-native userBuild and configure my own custom AI agent within the product

        weight 2 · round to Notion
        Notionpartialclaimed7/10

        Notion's developer docs describe a distinct 'Custom Agents' capability with session-based chat, streaming replies, action confirmation, and access/usage management (notion-docs-21, notion-docs-22, notion-docs-29), plus marketing language about 'agents' keeping work moving 24/7 (notion-docs-8), indicating users/developers can build and manage their own AI agents in the product. However, the evidence pack lacks detail on how deeply an end user can configure agent persona, tool access, or instructions beyond access-sharing and credit limits. missing for 10: detailed documentation of persona/instruction configuration, tool-selection UI, and independent hands-on confirmation of building a custom agent end-to-end.

        • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
        • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
        • [claimed-docs] The connection can access only Custom Agents that are explicitly shared with it.
        • [claimed-docs] Keep work moving 24/7 with agents.
        Jiranone0/10

        Evidence shows Jira's Rovo AI provides pre-built AI-assist features (automations, task breakdown, trend detection) but no documentation of a builder/studio letting users create and configure their own custom AI agents. Missing for 10: any mention of an agent-builder UI, agent configuration options, or custom agent deployment within Jira.

        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
        • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
        • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
        • [claimed-docs] Rovo AI connects relevant assets and rich data from Confluence, Figma, and your 3rd party apps to your work.

      Api quality

      1. ai-native userExplore an interactive API reference with runnable examples

        weight 2 · round to Notion
        Notionpartialprobed6/10

        Notion publishes a full OpenAPI spec and a quickstart guide that walks through making a live API request in minutes, indicating a structured, testable API reference exists, but there is no explicit evidence of an in-browser 'try it now' runnable console or interactive playground beyond the openapi.json and quickstart docs. missing for 10: explicit interactive try-it-in-browser console, independent confirmation of runnable examples working out-of-box.

        • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key
        • [claimed-docs] create a personal access token, make your first API request, and see a new page appear in your workspace in under two minutes
        • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
        Jiranone0/10

        No evidence pack item shows an interactive, runnable-example API reference for Jira; the closest technical evidence is generic 'Rich APIs' marketing copy and mentions of REST/JQL usage from developers, with no docs or hands-on account of a try-it console. Probes explicitly found no llms.txt or openapi.json at the developer site, further indicating no discoverable interactive API spec was surfaced.

        • [claimed-docs] Rich APIs
        • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
        • [community] Due to the slow loading, I ended up writing some simple Jira API wrapper scripts for submitting bug reports quicker in our systems.
        • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
      2. ai-native userDownload a machine-readable API spec (OpenAPI or equivalent)

        weight 2 · round to Notion
        Notionfullprobed9/10

        Notion hosts a downloadable OpenAPI spec at developers.notion.com/openapi.json (confirmed HTTP 200 with 'openapi' key), alongside an llms.txt machine-readable docs index, giving AI-native users direct access to a standard, machine-readable API spec. missing for 10: no independent third-party confirmation of spec completeness/versioning beyond the probe check.

        • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key
        • [probe] PROBE llms.txt: HTTP 200 at https://developers.notion.com/llms.txt # Notion Docs - [Overview](https://developers.notion.com/guides/get-star…
        • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
        Jiranone0/10

        No evidence of a downloadable OpenAPI/Swagger spec; probes explicitly show 404s for candidate OpenAPI endpoints at developer.atlassian.com and no llms.txt. Community praise for REST/JQL access doesn't equate to a machine-readable spec being published.

        • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
        • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
        • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
      3. ai-native userTest against a sandbox environment without touching production data

        weight 1 · round drawn
        Notionnone0/10

        No evidence of a sandbox/test workspace, staging environment, or mock API for testing separate from production data; the API docs describe only live workspace read/write access with no isolated test mode.

          Jiranone0/10

          No evidence pack mentions a sandbox, test instance, staging environment, or non-production data isolation feature for Jira; all evidence covers general features, integrations, and community sentiment unrelated to sandbox testing. Missing for 10: any documentation of a Jira sandbox/staging environment, data isolation mechanism, or test-instance provisioning for AI-native testing.

          • ai-native userRely on versioned APIs with a documented deprecation policy

            weight 2 · round drawn
            Notionnone0/10

            The evidence pack shows Notion's REST API, OAuth, webhooks, and OpenAPI spec exist, but none of the citations mention API versioning conventions (e.g., a Notion-Version header) or any documented deprecation policy for breaking changes. Missing for 10: explicit version header documentation, deprecation timeline commitments, migration guides for version changes.

              Jiranone0/10

              Evidence confirms Jira exposes REST APIs (jira-comm-16, jira-docs-1) but there is no documentation of API versioning scheme or a deprecation policy; probes for OpenAPI specs and llms.txt both 404, suggesting no discoverable machine-readable API contract. Missing for 10: documented API versioning scheme, explicit deprecation/sunset policy, changelog or migration guides for breaking changes.

              • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
              • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
              • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
            • ai-native userThe documented API rate limits and concurrency caps before building automation at scale

              weight 2 · round drawn
              Notionnone0/10

              The evidence pack covers API capabilities, auth models, webhooks, and MCP integration, but nowhere documents specific rate limits, request-per-second caps, or concurrency limits for the REST API. No source states numeric thresholds or throttling behavior that an automation builder would need to plan at scale.

                Jiranone0/10

                No evidence pack item documents specific API rate limits, concurrency caps, or throttling thresholds for Jira's REST/API platform; probes for OpenAPI specs and llms.txt returned 404s, and no developer docs on rate limiting are cited. missing for 10: documented rate-limit numbers/headers, concurrency cap docs, throttling/backoff guidance.

                • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
                • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…

              Automation depth — how much of the product can run unattendedAutomation depth

              How much of the product can run unattended

              1. ai-native userPerform bulk operations across many items at once

                weight 2 · round to Jira
                Notionpartialclaimed4/10

                Notion's REST API and MCP integration let scripts/agents read, create, and update pages and databases programmatically (notion-docs-1, notion-docs-13, notion-docs-26), which enables looping over many items via custom code, but there is no documented native batch/bulk endpoint or bulk-update mechanism in the evidence pack. Missing for 10: explicit bulk/batch API endpoints, rate-limit guidance for large-scale operations, and independent confirmation that bulk automation works reliably at scale.

                • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                • [claimed-docs] you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more
                • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.
                • [claimed-docs] create a personal access token, make your first API request, and see a new page appear in your workspace in under two minutes

                Jira's REST API and JQL query language (cited by multiple community members) enable scripted bulk operations across issues, and users report writing wrapper scripts against the API for faster bulk actions. However, there is no first-party documentation specifically describing a native bulk-edit/bulk-operations feature or AI-native bulk automation workflow, and the OpenAPI/llms.txt discovery probes failed. Missing for 10: explicit bulk-operations UI/API documentation, AI-agent-oriented bulk automation examples, independent confirmation of scale/performance for bulk actions.

                • [claimed-docs] Rich APIs
                • [community] Due to the slow loading, I ended up writing some simple Jira API wrapper scripts for submitting bug reports quicker in our systems.
                • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
                • [community] Does Plane offer an alternative for JQL (Jira Query Language)? That's what I appreciate most about Jira.
                • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
              2. ai-native userDefine rules that trigger actions automatically on events

                weight 3 · round to Jira
                Notionpartialclaimed6/10

                Notion's platform supports event-driven automation via webhooks (subscribing to page/property/comment changes and POSTing to an endpoint) plus a REST API and agent APIs to act on those events, which lets an AI-native user build 'when X happens, do Y' pipelines. However, this requires external code/infra to interpret webhook payloads and execute actions — there's no documented native no-code 'if this then that' rule builder in the evidence, only developer-facing webhook + API primitives. Missing for 10: evidence of a built-in visual automation/rules engine, filtering conditions on triggers, and independent confirmation that webhook-driven automations work reliably in practice.

                • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
                • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
                • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
                • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows

                Jira's docs explicitly describe an automation engine that lets users 'connect tools to any Jira workflow with automation' and 'create custom automations... from automated reminders to rules that move work forward' via Rovo AI, matching the rule/trigger/action pattern the story describes. However, the evidence is marketing-level with no deep technical documentation of the rule builder (triggers/conditions/actions) or independent hands-on validation of automation reliability. Missing for 10: detailed technical docs on the automation rule engine's trigger/condition/action model, and independent/community corroboration that automation rules work as advertised.

                • [claimed-docs] Connect your tools to any Jira workflow with automation. Whether your team is using Bitbucket, Slack, or any other tool, automation keeps Ji…
                • [claimed-docs] Connect your tools to any Jira workflow with automation.
                • [claimed-docs] Scale processes and save time with customizable workflows that integrate with your tech stack.
                • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
              3. ai-native userSchedule recurring jobs or workflows

                weight 2 · round to Jira
                Notionnone0/10

                Evidence shows Notion's API/webhooks support event-driven automation (page changes, comments) and scripted API access via PATs, but there is no documented native mechanism for scheduling recurring/time-based jobs or workflows within Notion itself — webhooks fire on data changes, not on a schedule. Missing for 10: any documented cron-like scheduler, recurring automation trigger, or timed job feature.

                • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
                • [claimed-docs] Personal access tokens (PATs) are user-scoped tokens for scripts, CLI workflows, Workers, and tools that should act as one Notion user.
                • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows

                Jira's docs mention Rovo AI-driven automations for reminders and workflow rules (jira-docs-4) and general workflow automation (jira-intdir-1, jira-docs-13), implying some scheduling-like capability, but no evidence explicitly describes recurring/scheduled job triggers or cron-like automation configuration. Missing for 10: explicit documentation of scheduled/recurring automation triggers, independent confirmation of recurring job scheduling, and API/automation examples showing time-based recurrence.

                • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                • [claimed-docs] Connect your tools to any Jira workflow with automation. Whether your team is using Bitbucket, Slack, or any other tool, automation keeps Ji…
                • [claimed-docs] Scale processes and save time with customizable workflows that integrate with your tech stack.
              4. ai-native userVersion, review, and roll back my automations

                weight 1 · round drawn
                Notionnone0/10

                Evidence shows Notion has automation-adjacent features (API-driven agents, MCP action confirmation) but nothing about versioning automation definitions, reviewing change history, or rolling back automations to a prior state. The closest item (notion-docs-28) only covers per-action confirmation, not version control or rollback of the automation itself.

                • [claimed-docs] Enable confirmation before actions that change content. This lets you review an action before the MCP client runs it.
                • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
                • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
                Jiranone0/10

                Evidence mentions Jira automation features (Rovo AI rules, custom workflows) but nothing about versioning automation rules, reviewing change history, or rolling back automation configurations. No changelog, version control, or rollback capability for automations is documented anywhere in the pack. missing for 10: version history for automation rules, review/diff of automation changes, rollback mechanism, any documentation or community mention of these capabilities.

                Automation workflows — building automations — triggers, actions, branching, schedulingAutomation workflows

                Building automations — triggers, actions, branching, scheduling

                Ai task automation

                1. ai-native userHave AI automatically triage and prioritize incoming bugs and tasks

                  weight 2 · round drawn
                  Notionpartialclaimed4/10

                  Notion documents AI agents ('Keep work moving 24/7 with agents') and a REST API with webhooks that could be wired to auto-triage or prioritize tasks/bugs in a database, but there is no evidence of an out-of-the-box bug/task triage or prioritization feature — this would require custom building. Missing for 10: dedicated bug/task triage feature, evidence of automatic prioritization logic, and any hands-on confirmation this works as described.

                  • [claimed-docs] Keep work moving 24/7 with agents.
                  • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                  • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                  • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows

                  Jira markets Rovo AI for breaking down tasks and auto-assigning to the right person, identifying trends/bottlenecks, and creating automations, which are adjacent to triage/prioritization, but there is no explicit documentation of an AI feature that specifically triages or prioritizes incoming bugs/tasks. missing for 10: explicit bug/task triage-and-prioritization AI feature docs, independent/hands-on confirmation that Rovo AI performs this triage reliably.

                  • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
                  • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
                  • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                  • [claimed-docs] Prioritize high-impact work, break down big projects into clear tasks, and cultivate ownership.
                2. ai-native userHave my in-app AI assistant learn my tone, shorthand, and preferences to tailor its output

                  weight 1 · round drawn
                  Notionnone0/10

                  Evidence covers Notion's AI agent APIs, MCP integration, and general search/citations features, but nothing describes the AI assistant learning a user's personal tone, shorthand, or writing preferences to tailor output. Notion Skills (notion-docs-27) let users author explicit workflow instructions, but that's manual configuration, not adaptive learning of personal style/preferences.

                    Jiranone0/10

                    No evidence describes Rovo AI or any Jira AI feature learning a user's tone, shorthand, or personal preferences to tailor output — the AI mentions focus on automations, summarization, and integrations, not personalization/persona-learning. missing for 10: any documentation of tone/style learning, personalization memory, or adaptive output based on user preferences.

                    • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                    • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
                    • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
                    • [claimed-docs] Rovo AI connects relevant assets and rich data from Confluence, Figma, and your 3rd party apps to your work.

                  Workflow automation

                  1. engineerAuto-generate a changelog for each release so shipping progress is easy to review

                    weight 1 · round drawn
                    Notionnone0/10

                    Notion offers generic APIs, webhooks, and a GitHub integration, but there is no evidence of any changelog-generation feature or template/automation specifically for release changelogs.

                      Jiranone0/10

                      No evidence in the pack mentions release notes or changelog generation features in Jira; only generic mentions of Bitbucket integration and release version tracking without changelog automation specifics. Missing for 10: any documentation of automated changelog/release notes generation tied to versions or releases, evidence of the feature's actual usage or third-party corroboration.

                      • product managerBuild multi-step automations without writing code

                        weight 2 · round to Jira
                        Notionpartialclaimed3/10

                        Notion advertises 'agents' that 'keep work moving 24/7' and 'Notion Skills' as reusable, no-code workflow instructions, plus Custom Agents accessible via API, hinting at some no-code automation capability for non-developers. However, most of the automation-related evidence (REST API, webhooks, MCP servers, PATs) is explicitly developer/code-oriented, and there is no documentation of a native drag-and-drop or point-and-click multi-step automation builder for PMs. Missing for 10: a dedicated no-code automation builder UI, concrete PM-facing multi-step workflow examples, and independent corroboration that non-technical users can chain multiple actions without scripting.

                        • [claimed-docs] Keep work moving 24/7 with agents.
                        • [claimed-docs] A Notion Skill is a page you own with instructions for a repeatable workflow. You can maintain it yourself or ask an assistant to do it for …
                        • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
                        • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.

                        Jira's docs describe no-code automation capabilities: 'customizable workflows that integrate with your tech stack' (jira-docs-13), 'connect your tools to any Jira workflow with automation' (jira-intdir-1, jira-docs-22), and Rovo AI creating 'custom automations...from automated reminders to rules that move work forward' (jira-docs-4) — all pointing to rule-based, no-code automation building. Missing for 10: independent/hands-on corroboration of building multi-step trigger-condition-action automations, and detailed documentation of the automation rule builder's complexity/limits rather than marketing copy.

                        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                        • [claimed-docs] Scale processes and save time with customizable workflows that integrate with your tech stack.
                        • [claimed-docs] Connect your tools to any Jira workflow with automation. Whether your team is using Bitbucket, Slack, or any other tool, automation keeps Ji…
                        • [claimed-docs] Connect your tools to any Jira workflow with automation.
                        • [claimed-docs] Customizable fields, workflows, and more
                      • engineerBuild trigger-and-action automation rules to eliminate repetitive manual steps

                        weight 3 · round drawn
                        Notionpartialclaimed6/10

                        Notion's REST API, webhooks, and internal/public connections let engineers build custom trigger-and-action automations (subscribe to page/property changes, then read/create/update content programmatically), and third-party integrations (GitHub, Loom, Tableau) extend this further. However, this is a DIY/code-first approach via API+webhooks rather than a native no-code trigger-action rules builder inside Notion itself. Missing for 10: evidence of a built-in visual automation/rules engine (if-this-then-that) inside the product, and independent verification that engineers successfully use these APIs for production automation.

                        • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                        • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                        • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
                        • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
                        • [claimed-docs] Keep your GitHub and Notion workflows in sync

                        Jira's docs explicitly describe automation that 'connects tools to any Jira workflow' and lets users build custom rules (including AI-assisted reminders and work-forwarding rules), matching the trigger-and-action automation story. However, all evidence is vendor marketing copy with no independent/hands-on confirmation of the automation rule builder's reliability or ease of use, and community comments focus on other pain points rather than corroborating automation specifically. Missing for 10: independent/hands-on evidence of building automation rules, detail on trigger/condition/action rule builder UI, and evidence of scale/reliability of automation execution.

                        • [claimed-docs] Scale processes and save time with customizable workflows that integrate with your tech stack.
                        • [claimed-docs] Connect your tools to any Jira workflow with automation.
                        • [claimed-docs] Connect your tools to any Jira workflow with automation. Whether your team is using Bitbucket, Slack, or any other tool, automation keeps Ji…
                        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                        • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
                      • engineerCreate a workflow that runs on a schedule or recurring event to handle routine team work

                        weight 2 · round drawn
                        Notionpartialprobed4/10

                        Notion exposes a REST API, personal access tokens, and webhooks for event-driven automation (e.g., page/database changes), which engineers could wire into external cron jobs or agent workflows for routine team tasks, but there is no documented native scheduling/cron trigger inside Notion itself — webhooks are event-triggered, not time-based. missing for 10: native schedule/cron trigger, built-in recurring-job runner, first-party example of a scheduled automation using the API.

                        • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                        • [claimed-docs] Personal access tokens (PATs) are user-scoped tokens for scripts, CLI workflows, Workers, and tools that should act as one Notion user.
                        • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                        • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
                        • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
                        • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key

                        Jira's marketing pages repeatedly mention 'automation' and 'customizable workflows' connecting tools and keeping status up to date (jira-docs-13, jira-docs-22, jira-intdir-1, jira-docs-4), which implies rule-based automation exists, but none of the evidence explicitly describes scheduled/recurring time-based triggers for routine work. Community evidence focuses on UI complaints, not automation scheduling. missing for 10: explicit documentation of a schedule/cron-style trigger in Jira Automation, independent/hands-on confirmation that scheduled automations work reliably.

                        • [claimed-docs] Scale processes and save time with customizable workflows that integrate with your tech stack.
                        • [claimed-docs] Connect your tools to any Jira workflow with automation.
                        • [claimed-docs] Connect your tools to any Jira workflow with automation. Whether your team is using Bitbucket, Slack, or any other tool, automation keeps Ji…
                        • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                      • ai-native userWhat happens—extra charges, throttling, or a hard stop—when I exceed my plan's automation or API call limits

                        weight 3 · round drawn
                        Notionnone0/10

                        No evidence pack item discusses rate limits, throttling, overage charges, or hard stops for API/automation usage—only general API capabilities, agent 'credit limits' mention without specifics, and integration lists are present. This is an applicable axis for an API-driven product, but no documentation of what happens when limits are exceeded is provided.

                          Jiranone0/10

                          No evidence pack items document rate limit thresholds, overage charges, throttling behavior, or hard stops for Jira's automation or API usage; the pack only covers general features, integrations, and unrelated community complaints/praise.

                          Collaboration — working as a team — sharing, comments, roles, simultaneous editingCollaboration

                          Working as a team — sharing, comments, roles, simultaneous editing

                          Cross tool sync

                          1. designerKeep project status updated from my design tool without switching apps

                            weight 2 · round drawn
                            Notionpartialclaimed4/10

                            Notion offers a generic REST API, webhooks, and integrations (e.g. Canva, Sketch) that let designers view/share design assets in Notion and could theoretically be used to sync status via custom automation, but there is no evidence of a built-in, native workflow where a design tool directly updates a Notion project status field without switching apps. Missing for 10: a documented direct integration (e.g. Figma/Canva plugin) that writes status/property updates back to Notion, and any hands-on confirmation that such a workflow works in practice.

                            • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                            • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                            • [claimed-docs] View and share Canva designs in Notion
                            • [claimed-docs] View and share Sketch designs in Notion
                            • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.

                            Atlassian's marketing page explicitly claims Jira lets you 'track progress from your favorite tools like Slack, Figma and Gmail' (jira-docs-2), which directly supports the story, but this is a single vendor bullet with no dedicated documentation of how the Figma sync works and no independent or hands-on confirmation from designers. Community evidence even notes friction with design teams adopting Jira workflows (jira-comm-13), reinforcing that this remains a thin, unverified claim rather than a proven capability. Missing for 10: dedicated Figma-integration docs/screenshots, independent hands-on validation, and confirmation designers can update status without leaving Figma.

                            • [claimed-docs] Keep work up-to-date by tracking progress from your favorite tools like Slack, Figma and Gmail powered by an AI-assist
                            • [community] Once a JIRA shop, we moved everything to Asana years ago, after trying literally everything else. Our design team just could not get on boar…

                          Docs knowledge

                          1. product managerCreate and organize shared docs and notes alongside my project work

                            weight 3 · round to Notion

                            Notion's core product is exactly this: shared docs/notes organized alongside databases and project tracking in 'one system of record,' and community evidence confirms real-world use as wiki, project tracker, and issue tracker alongside notes. Minor caveats exist (comm-6 notes friction at scale, comm-8 a legacy block-limit complaint) but the core capability is well established. Missing for 10: independent benchmarking of doc/project integration depth and resolution of the 'jack of all trades' scaling complaints.

                            • [claimed-docs] Bring everything into one system of record.
                            • [community] Notion feels like it's got this serious range from individuals up to teams at large enterprises. It's incredibly flexible and configurable..…
                            • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…
                            • [community] We use it to keep track of all of our tasks and projects... notifications are still hit or miss... Search still needs some love... I'd love …
                            • [community] Glad to see this here, it's a very well-built product that finds the perfect balance between strict JIRA/PM tools and completely unstructure…

                            Jira itself is an issue tracker without native document/notes authoring; evidence shows this capability is delivered only via integration with a separate product, Confluence (jira-docs-24), not within Jira's own UI. This is a real workaround requiring another tool rather than native support. Missing for 10: evidence of native doc/notes creation inside Jira, first-party docs describing an in-product wiki/notes feature, and independent confirmation that PMs can organize docs alongside issues without leaving Jira.

                            • [claimed-docs] 76% of Jira Software customers said they shipped projects faster after adding Confluence to help organize and manage agile projects.

                          In context discussion

                          1. engineerComment directly on specific text or images within an item's description

                            weight 2 · round to Notion
                            Notionpartialclaimed3/10

                            The evidence only shows that Notion's API can read/create/update generic 'comments' as one of the object types alongside pages and databases (notion-docs-1, notion-docs-13), but there is no documentation or community evidence confirming the specific capability of inline commenting on selected text or images within a page description. Missing for 10: explicit documentation of block/inline text commenting, image-specific comment anchoring, and any hands-on confirmation that comments attach to specific text/image selections rather than whole pages/blocks generically.

                            • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                            • [claimed-docs] you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more
                            Jiranone0/10

                            No evidence pack item describes inline commenting on specific text or images within an item's description; only general feature marketing and unrelated community complaints are present. Missing for 10: any documentation or hands-on evidence of anchored/inline annotation comments on description text or images.

                            Real time sync

                            1. engineerSee teammates' changes reflected instantly across open sessions without refreshing

                              weight 3 · round to Notion

                              Community feedback confirms Notion's real-time collaborative editing is a strong point ('really good real-time collaboration', 'collaborative components feel really powerful'), but other reports describe lag and even a page refresh wiping unsaved work, suggesting real-time sync isn't always seamless. No first-party documentation explicitly describes the live-sync/websocket mechanism for instant cross-session updates. missing for 10: official docs on real-time sync architecture, hands-on verification of instant updates without refresh, resolution of documented lag/data-loss complaints.

                              • [community] For now I use Notion with the hopes they implement it eventually [offline read-only mode]. I can't consider switching to a self hosted alter…
                              • [community] Glad to see this here, it's a very well-built product that finds the perfect balance between strict JIRA/PM tools and completely unstructure…
                              • [community] I love Notion but the speed, or rather lack of, is killing me daily. Last Friday I was taking some notes, and suddenly the page refreshed an…
                              Jiranone0/10

                              No evidence describes real-time/live sync of updates across open sessions without refresh; docs focus on integrations, AI-assist, and workflow customization, and community comments even mention slow loading/reload loops rather than instant live updates.

                              Team chat

                              1. engineerChat with my team directly inside the same tool I plan work in

                                weight 2 · round drawn
                                Notionnone0/10

                                Evidence covers Notion's API, comments, webhooks, and general collaboration platform claims, but there is no mention of a built-in chat/messaging feature for real-time team communication within Notion. Comments (notion-docs-3) are asynchronous annotations, not chat.

                                  Jiranone0/10

                                  Evidence shows Jira integrates with Slack for notifications/automation (e.g., jira-intdir-1, jira-docs-2) but there is no documented built-in chat feature for real-time team conversation inside Jira itself; comments on tickets are asynchronous, not chat.

                                  Integrations — connecting to other tools — breadth and depth of built-in integrationsIntegrations

                                  Connecting to other tools — breadth and depth of built-in integrations

                                  App ecosystem

                                  1. engineerKeep tasks bi-directionally synced with my code repository's issue tracker instead of duplicating data

                                    weight 2 · round drawn

                                    Notion lists a GitHub integration ('Keep your GitHub and Notion workflows in sync') and offers a general REST API plus webhooks that could be used to build custom bi-directional sync between Notion databases and an issue tracker, but there is no documented native two-way sync of task/issue state (e.g., status changes propagating both directions) — the GitHub integration description is thin and unverified beyond a marketing tagline, and an older community comment even complains Notion 'does not have a GitHub integration.' missing for 10: concrete documentation of bi-directional field/status sync with GitHub Issues (or Jira/Linear), and independent confirmation the integration goes beyond simple embeds/linking.

                                    • [claimed-docs] Keep your GitHub and Notion workflows in sync
                                    • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                                    • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                                    • [claimed-docs] Whenever a page or database changes, Notion sends a secure HTTP POST request to your webhook endpoint.
                                    • [community] Why does Notion not have a GitHub integration? Kind of a dealbreaker for using it on any tech team unless you just want a wiki.

                                    Jira documents integration with Bitbucket (dev status visibility, release correlation) and a broad marketplace/automation ecosystem (3000+ apps) that could sync with code repo issue trackers like GitHub, but the evidence pack lacks specifics on true bi-directional sync mechanics (e.g., how issue state changes flow both ways, conflict resolution) for non-Atlassian repos like GitHub/GitLab. missing for 10: concrete bi-directional sync documentation with major non-Atlassian repo trackers (GitHub Issues, GitLab), independent verification that sync avoids data duplication, and details on conflict/latency handling.

                                    • [claimed-docs] Teams that integrate Jira Software with Bitbucket release versions 14% more often than those who don't.
                                    • [claimed-docs] View development status without leaving Jira
                                    • [claimed-docs] Connect your tools to any Jira workflow with automation. Whether your team is using Bitbucket, Slack, or any other tool, automation keeps Ji…
                                    • [claimed-docs] Choose from the over 3000+ integrations available in the Atlassian Marketplace.
                                    • [claimed-docs] Tempo Timesheets, Zephyr, and over 3,000 other apps ensure Jira Software can be custom tailored to fit any and every use case.
                                  2. engineerSee my assigned tasks from multiple project management tools in one unified view

                                    weight 2 · round drawn
                                    Notionnone0/10

                                    Evidence shows Notion's API and integrations directory (GitHub, Loom, Tableau, Mixpanel, Canva, etc.) but none of these are project-management tools like Jira, Asana, or Trello, and there is no documented feature for pulling assigned tasks from multiple external PM tools into a single unified view. Community comments even note the historical lack of GitHub/PM integrations as a dealbreaker, with no counter-evidence of a task-aggregation feature being added.

                                    • [claimed-docs] Keep your GitHub and Notion workflows in sync
                                    • [claimed-docs] Extend Notion with connections that sync your data, automate workflows, and connect your favorite tools.
                                    • [claimed-docs] View Mixpanel boards, reports and charts inside Notion
                                    • [community] Why does Notion not have a GitHub integration? Kind of a dealbreaker for using it on any tech team unless you just want a wiki.
                                    • [community] Notion could as well [integrate with Mattermost/discord] but they are a slow moving beast with different priorities.
                                    Jiranone0/10

                                    Evidence shows Jira has a marketplace with 3000+ integrations and can track updates from tools like Slack, Figma, Gmail, but there is no evidence of a unified view that aggregates an engineer's assigned tasks specifically from other project management tools (e.g., Asana, Trello, Monday) into one dashboard.

                                    • [claimed-docs] Choose from the over 3000+ integrations available in the Atlassian Marketplace.
                                    • [claimed-docs] Keep work up-to-date by tracking progress from your favorite tools like Slack, Figma and Gmail powered by an AI-assist
                                  3. engineerConnect common tools like Slack, GitHub, and Google Drive natively

                                    weight 2 · round to Jira

                                    Notion's dev docs describe a general integrations framework (public/internal connections, OAuth, webhooks, marketplace) that could support connectors to tools like Slack, GitHub, or Google Drive, but no evidence names these specific integrations as built-in. A direct community report explicitly states Notion lacks a native GitHub integration, calling it a dealbreaker for tech teams, which concretely contradicts any claim of native connectivity to common engineering tools. Missing for 10: explicit documentation or first-party listing of Slack, GitHub, and Google Drive integrations, and independent confirmation they work natively without third-party glue.

                                    • [claimed-docs] Public connections use OAuth 2.0 for authentication... Public connections must undergo a Notion security review before being listed on the M…
                                    • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
                                    • [claimed-docs] Public connections use OAuth 2.0 for authentication. At creation time, you choose their installation scope
                                    • [community] Why does Notion not have a GitHub integration? Kind of a dealbreaker for using it on any tech team unless you just want a wiki.

                                    Jira's marketing pages explicitly mention native integrations with Slack (jira-intdir-1) and a marketplace of 3000+ apps including many common tools, plus Bitbucket/GitHub-adjacent dev tooling and Trello sync, but GitHub and Google Drive are never explicitly named as native integrations—only implied via generic '3rd party apps' and marketplace claims. Community evidence is silent on these specific integrations, so there's no independent corroboration of the exact tool list named in the story. missing for 10: explicit first-party or independent confirmation of native GitHub and Google Drive connectors, and hands-on validation of Slack/GitHub/Drive integration quality.

                                    • [claimed-docs] Connect your tools to any Jira workflow with automation. Whether your team is using Bitbucket, Slack, or any other tool, automation keeps Ji…
                                    • [claimed-docs] Choose from the over 3000+ integrations available in the Atlassian Marketplace.
                                    • [claimed-docs] Teams that integrate Jira Software with Bitbucket release versions 14% more often than those who don't.
                                    • [claimed-docs] Collaborate across tools with transparency and create workflows that work for you by syncing Trello and Jira Software.
                                    • [claimed-docs] Tempo Timesheets, Zephyr, and over 3,000 other apps ensure Jira Software can be custom tailored to fit any and every use case.
                                    • [claimed-docs] Keep work up-to-date by tracking progress from your favorite tools like Slack, Figma and Gmail powered by an AI-assist
                                  4. product managerConnect my workspace to thousands of third-party tools via an app marketplace

                                    weight 2 · round to Jira

                                    Notion's docs confirm a public marketplace model with OAuth-based 'public connections' that undergo a security review before being listed, plus internal connections and webhooks for automations, supporting third-party integration capability. However, there is no evidence pack confirmation of marketplace scale (e.g., 'thousands' of listed integrations), and an older community comment notes a lack of a native GitHub integration, suggesting coverage gaps for some popular tools. Missing for 10: quantitative evidence of marketplace size/breadth, and resolution of specific integration gaps raised by users.

                                    • [claimed-docs] Public connections use OAuth 2.0 for authentication... Public connections must undergo a Notion security review before being listed on the M…
                                    • [claimed-docs] Public connections use OAuth 2.0 for authentication. At creation time, you choose their installation scope
                                    • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
                                    • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                                    • [community] Why does Notion not have a GitHub integration? Kind of a dealbreaker for using it on any tech team unless you just want a wiki.

                                    Jira's own marketing docs explicitly claim 3000+ integrations via the Atlassian Marketplace, plus named examples (Slack, Figma, Gmail, Bitbucket, Trello, Tempo, Zephyr) and REST API access corroborated by community users who build scripts against it. Missing for 10: independent marketplace-scale verification and hands-on product-manager account of app installation flow.

                                    • [claimed-docs] Choose from the over 3000+ integrations available in the Atlassian Marketplace.
                                    • [claimed-docs] Tempo Timesheets, Zephyr, and over 3,000 other apps ensure Jira Software can be custom tailored to fit any and every use case.
                                    • [claimed-docs] Keep work up-to-date by tracking progress from your favorite tools like Slack, Figma and Gmail powered by an AI-assist
                                    • [claimed-docs] Collaborate across tools with transparency and create workflows that work for you by syncing Trello and Jira Software.
                                    • [claimed-docs] Teams that integrate Jira Software with Bitbucket release versions 14% more often than those who don't.
                                    • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.

                                  Extensibility

                                  1. designerBuild custom views and dashboard widgets that feel native to the product

                                    weight 1 · round drawn
                                    Notionnone0/10

                                    Evidence shows Notion's API/integrations let developers sync data, automate workflows, and embed third-party content (Tableau, Mixpanel, Canva) inside pages, but there is no documentation of a widget/dashboard SDK or custom-view framework that lets a designer build native-feeling UI components inside Notion itself — embeds are pre-built partner integrations, not designer-authored native widgets.

                                    • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                                    • [claimed-docs] View Tableau charts and dashboards in Notion
                                    • [claimed-docs] View Mixpanel boards, reports and charts inside Notion
                                    • [claimed-docs] View and share Canva designs in Notion
                                    Jiranone0/10

                                    Evidence only shows built-in view switching (boards/lists/timeline/calendar) and a large marketplace of integrations, but nothing about a designer-facing SDK, UI kit, or dashboard/gadget-building framework that lets a designer construct custom widgets or views that feel native to Jira. Missing for 10: evidence of Forge/Connect UI kit or gadget API for custom dashboard widgets, design system/component library for building native-feeling views, and any case study of designers building such extensions.

                                    • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.
                                    • [claimed-docs] Choose from the over 3000+ integrations available in the Atlassian Marketplace.
                                    • [claimed-docs] Global and project-level configuration

                                  Onboarding — getting started and time-to-first-value storiesOnboarding

                                  Getting started and time-to-first-value stories

                                  Getting started

                                  1. product managerThat exporting my workspace preserves full history—comments, attachments, and audit trails—not just task titles

                                    weight 3 · round drawn
                                    Notionnone0/10

                                    The evidence pack contains no documentation or claims about Notion's workspace export feature preserving comments, attachments, or audit trails; the only tangential comment (notion-comm-16) suggests users find it 'hard to get stuff out' of Notion, which does not support the story. Missing for 10: any vendor documentation of an export function, evidence of comment/attachment preservation on export, or evidence of audit-trail export.

                                    • [community] I've started using notion as a kind of personal wiki... My only issue with Notion is that I feel it's hard to get stuff out of it, especiall…
                                    Jiranone0/10

                                    No evidence in the pack addresses export functionality, data portability, or preservation of comments/attachments/audit trails during export—only feature marketing on tracking, automations, and integrations. Missing for 10: any documentation of export/backup functionality, evidence that comments/attachments/history are retained on export, and independent confirmation of export fidelity.

                                    • engineerFollow a guided walkthrough to set up my workspace the first time

                                      weight 1 · round drawn
                                      Notionnone0/10

                                      The evidence pack contains developer API/MCP documentation and community sentiment, but no mention of an in-product guided walkthrough or onboarding wizard for setting up a workspace for the first time. The closest item (notion-docs-11) is a quickstart for making an API request, not a workspace setup walkthrough, so it doesn't count as evidence for this specific onboarding story.

                                        Jiranone0/10

                                        No evidence of a guided onboarding walkthrough for first-time workspace setup; evidence covers features, integrations, and community complaints about confusing UX/complexity but nothing about an onboarding flow or setup wizard. missing for 10: guided setup wizard/tour documentation, first-run onboarding experience, evidence of onboarding checklist or tutorial.

                                        • product managerImport my data from another tool when switching over

                                          weight 2 · round drawn
                                          Notionnone0/10

                                          The evidence pack covers Notion's REST API, integrations (GitHub, Loom, Tableau, etc.), MCP/agent APIs, and webhook capabilities, but contains no documentation of a native import feature or migration wizard for bringing data over from other tools (e.g., Confluence, Asana, Evernote) during onboarding. Building an import via the API would require custom engineering, not a documented PM-facing onboarding capability.

                                            Jiranone0/10

                                            No evidence pack items mention data import/migration tools, CSV import, or migration assistants from other tools (e.g., Trello, Asana, Monday) into Jira; evidence only covers integrations, APIs, and general Jira features/complaints, none addressing onboarding/import specifically.

                                            • product managerJumpstart a new project using pre-built templates

                                              weight 2 · round to Jira
                                              Notionnone0/10

                                              The evidence pack contains no mention of Notion's templates or template gallery feature for jumpstarting projects; it focuses entirely on API, integrations, MCP, and community feedback unrelated to templates. Although templates are a well-known Notion capability, this evidence pack provides no documentation or citation supporting it, so per the rules it must be judged 'none' rather than assumed from outside knowledge.

                                                Jira's official feature page explicitly states pre-built and customizable templates for any project type, from agile sprints to marketing campaigns, directly matching the PM onboarding story. Missing for 10: independent/hands-on corroboration of the template gallery experience and detail on breadth/quality of specific templates beyond the marketing claim.

                                                • [claimed-docs] Start fast with pre-built and customizable templates for any project, from agile sprints to marketing campaigns.

                                              Pricing transparency

                                              1. product managerWhether my plan enforces a minimum seat count or annual billing commitment before I subscribe

                                                weight 3 · round drawn
                                                Notionnone0/10

                                                The evidence pack contains no information about Notion's pricing plans, seat minimums, or annual billing commitments — all content covers API, MCP, integrations, and general product sentiment. This is a fair pricing-transparency question for a SaaS product, but no evidence addresses it.

                                                  Jiranone0/10

                                                  No evidence in the pack addresses pricing terms, seat minimums, or annual billing commitments for Jira plans; all citations concern product features, integrations, or general community sentiment.

                                                  Openness — open source, data portability, and self-hosting storiesOpenness

                                                  Open source, data portability, and self-hosting stories

                                                  1. ai-native userDo everything through the API that I can do in the UI

                                                    weight 2 · round to Notion
                                                    Notionpartialprobed6/10

                                                    Notion's own API docs claim you can 'read, create, and update nearly everything' via REST API, plus OpenAPI spec, webhooks, MCP server, and agent APIs give broad but explicitly non-complete coverage — the vendor's own wording ('nearly everything') signals known gaps versus full UI parity (e.g., view configuration, granular permissions, some formatting/UX-only features). missing for 10: independent verification of true UI/API parity, explicit list of API-unsupported UI features, hands-on confirmation from developers building full-parity integrations.

                                                    • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                                                    • [claimed-docs] you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more
                                                    • [probe] PROBE openapi: HTTP 200 at https://developers.notion.com/openapi.json — contains "openapi" key
                                                    • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                                                    • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
                                                    • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.

                                                    Jira is documented to have 'Rich APIs' and community members confirm using the REST API/JQL for real workflows (bug submission scripts, querying data), showing the API is functional and used in practice. However, there is no evidence of comprehensive UI/API parity, and probes show no discoverable OpenAPI spec or llms.txt, undermining verifiability of full coverage. Missing for 10: explicit parity documentation, discoverable OpenAPI/machine-readable spec, and confirmation that all UI actions (workflow config, admin settings, boards) are API-accessible.

                                                    • [claimed-docs] Rich APIs
                                                    • [community] Due to the slow loading, I ended up writing some simple Jira API wrapper scripts for submitting bug reports quicker in our systems.
                                                    • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
                                                    • [community] Does Plane offer an alternative for JQL (Jira Query Language)? That's what I appreciate most about Jira.
                                                    • [probe] PROBE llms.txt: HTTP 404 at https://developer.atlassian.com/llms.txt
                                                    • [probe] PROBE openapi: all candidate paths 404 (https://developer.atlassian.com/openapi.json, https://developer.atlassian.com/swagger.json, https://…
                                                  2. ai-native userExport all of my data in open formats and leave

                                                    weight 3 · round to Notion

                                                    Notion's REST API (notion-docs-1, notion-docs-11) lets you read/create/update 'nearly everything' via personal access tokens, which could support scripted data extraction, but there is no documented one-click bulk export to open, portable formats in this evidence pack. Community reports directly contradict the 'easy to leave' narrative: users say Notion data is 'hard to get stuff out of it, especially on mobile' and that it is 'tied to its own cloud service' with 'no way to use it as a standalone app storing data locally,' explicitly citing this as a reason to leave/avoid switching. missing for 10: dedicated bulk export-to-open-format documentation (e.g., Markdown/CSV/HTML export), independent verification that exported data is complete and usable outside Notion, confirmation that API access alone suffices for a full data migration.

                                                    • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                                                    • [claimed-docs] create a personal access token, make your first API request, and see a new page appear in your workspace in under two minutes
                                                    • [community] I've started using notion as a kind of personal wiki... My only issue with Notion is that I feel it's hard to get stuff out of it, especiall…
                                                    • [community] If I've understood it right... Notion is tied to its own cloud service for storing information, and there's no way to use it as a standalone…
                                                    Jiranone0/10

                                                    The evidence pack shows Jira has REST APIs and integrations (jira-docs-1, jira-comm-16) but contains no documentation of a dedicated full-data export feature or explicit support for open, portable formats (e.g., CSV/XML/JSON full backup) that would let a user extract everything and leave. Missing for 10: documented full-account/data export tool, explicit open-format export (CSV/XML/JSON), data portability/backup guarantees, and any community confirmation of successful full export and migration.

                                                    • [claimed-docs] Rich APIs
                                                    • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
                                                  3. ai-native userRead the product's source under an open license

                                                    weight 2 · round drawn
                                                    Notionnone0/10

                                                    Notion is a closed-source, proprietary SaaS product; the only open-source artifact mentioned is the notion-mcp-server client tool, not Notion's own application source. No evidence anywhere in the pack indicates Notion's core product source is available under an open license.

                                                    • [claimed-docs] If you need to run your own MCP server, the notion-mcp-server package is available as an open-source implementation.
                                                    • [community] For now I use Notion with the hopes they implement it eventually [offline read-only mode]. I can't consider switching to a self hosted alter…
                                                    • [community] If I've understood it right... Notion is tied to its own cloud service for storing information, and there's no way to use it as a standalone…
                                                    Jiranone0/10

                                                    Jira is closed-source, proprietary SaaS; no evidence of any open-licensed source availability. The axis applies (a buyer could ask whether a product's source is open), but nothing in the evidence pack indicates open licensing—only feature marketing, API/integration mentions, and community commentary.

                                                    • ai-native userSelf-host the core product

                                                      weight 3 · round to Jira
                                                      Notionnone0/10

                                                      Notion is a cloud-only SaaS with no self-hosted deployment option; community evidence explicitly confirms it is tied to its own cloud service with no way to run it as a standalone/local app, and users express desire for a self-hosted alternative that doesn't exist.

                                                      • [community] If I've understood it right... Notion is tied to its own cloud service for storing information, and there's no way to use it as a standalone…
                                                      • [community] For now I use Notion with the hopes they implement it eventually [offline read-only mode]. I can't consider switching to a self hosted alter…
                                                      • [community] I love Notion but the speed, or rather lack of, is killing me daily. Last Friday I was taking some notes, and suddenly the page refreshed an…

                                                      Only evidence is a community comment mentioning running Jira on-prem, implying a self-hosted option exists but with performance caveats (e.g., Lucene index issues); there is no first-party documentation of a self-hosted/open-source edition, licensing, or install instructions in the pack. missing for 10: official self-hosting/Data Center documentation, deployment guides, licensing terms, independent corroboration of feature parity with cloud.

                                                      • [community] Also it's really annoying when I try to copy something from a ticket description but it starts editing the whole description field.

                                                    Planning tracking — planning and tracking work — issues, sprints, boards, statusPlanning tracking

                                                    Planning and tracking work — issues, sprints, boards, status

                                                    Mobile access

                                                    1. engineerManage my tasks from a full-featured native mobile app without missing desktop functionality

                                                      weight 2 · round drawn
                                                      Notionnone0/10

                                                      The evidence pack contains no vendor documentation or claims about a native mobile app with desktop-equivalent task management functionality; instead, community reports mention mobile being 'hard to get stuff out of' and citing 'offline/mobile-first' as a gap serious enough to abandon Notion. No positive evidence supports full mobile parity.

                                                      • [community] I've started using notion as a kind of personal wiki... My only issue with Notion is that I feel it's hard to get stuff out of it, especiall…
                                                      • [community] As a heavy user of both Confluence and Notion... There's a big need in this feature [offline/mobile-first], and something that's best baked …
                                                      • [community] I love the product, but the login workflow is awful... a randomly-generated one-time code sent to your email address... A side effect of thi…
                                                      Jiranone0/10

                                                      No evidence in the pack mentions a native mobile app, its feature parity with desktop, or mobile usability at all; all citations focus on web features, integrations, and general UI complaints. missing for 10: any mention of a native mobile app, mobile feature parity, offline mobile support, or mobile-specific user feedback.

                                                      Task management

                                                      1. product managerTrack cross-team dependencies to coordinate large launches

                                                        weight 2 · round to Jira

                                                        Notion is described as a flexible workspace/'system of record' that teams use for project and task tracking (notion-docs-6, notion-comm-11), which could support dependency coordination, but no evidence specifically documents relation/dependency-tracking features, and one community report notes teams 'quickly reach limits' when using Notion as a project/issue tracker for team coordination (notion-comm-6). Missing for 10: explicit documentation of dependency-linking features (e.g., linked databases, relation properties, timeline/Gantt views), cross-team rollup examples, and independent validation that large multi-team launches are successfully coordinated in Notion.

                                                        • [claimed-docs] Bring everything into one system of record.
                                                        • [community] We use it to keep track of all of our tasks and projects... notifications are still hit or miss... Search still needs some love... I'd love …
                                                        • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…

                                                        Docs explicitly claim cross-team dependency tracking for launches (connecting engineering, product, marketing; timeline/board views; progress visibility on priorities), which directly supports the story. However, there's no dedicated dependency-linking feature (e.g., blocking/blocked-by cross-project links) documented, and community feedback raises usability/reliability concerns (slow, buggy, confusing workflows) that could undermine coordination at scale. Missing for 10: explicit documentation of dependency-linking mechanics across teams/projects, independent case studies of large launch coordination, and confirmation these features work smoothly in practice.

                                                        • [claimed-docs] Connect engineering, product, and marketing initiatives to coordinate big launches across every team.
                                                        • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.
                                                        • [claimed-docs] Get visibility on your company's progress towards top priorities as projects advance
                                                        • [claimed-docs] Keep work on track whether you're measuring engineering cycle time, burn down charts, or managing capacity.
                                                        • [community] Jira is bloated. Full stop. It feels like there isn't a strong unified product vision for Jira. It's just trying to solve everything.
                                                        • [community] Please, kill Jira and Confluence. I hate Atlassian tools so much. The user interfaces are sluggish no matter the hardware you're using... it…
                                                      2. product managerCustomize fields and workflow statuses to match my team's process

                                                        weight 2 · round to Jira

                                                        Community feedback describes Notion as highly flexible and configurable enough to serve as a project/issue tracker sitting between rigid PM tools like Jira and unstructured wikis, implying customizable fields/workflows, but the evidence pack contains no first-party documentation specifically describing database property types, status fields, or workflow customization features. Missing for 10: official docs on database property/status customization, screenshots or docs of board/status views, and independent hands-on confirmation of building a PM workflow with custom fields.

                                                        • [community] Notion feels like it's got this serious range from individuals up to teams at large enterprises. It's incredibly flexible and configurable..…
                                                        • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…
                                                        • [community] Glad to see this here, it's a very well-built product that finds the perfect balance between strict JIRA/PM tools and completely unstructure…

                                                        Vendor docs explicitly promise customizable fields, workflows, and global/project-level configuration (jira-docs-3, jira-docs-13, jira-docs-16), and one community reviewer confirms Jira offers 'a good amount of customization' (jira-comm-1). However another hands-on comment describes the workflow/transition model as 'fundamentally flawed' and overly rigid (jira-comm-3), and others cite confusing setup and bloat (jira-comm-9, jira-comm-12), suggesting the customization is powerful but hard to configure cleanly. Missing for 10: independent verification of field/workflow customization UX, and resolution of the workflow-rigidity complaints.

                                                        • [claimed-docs] Customizable fields, workflows, and more
                                                        • [claimed-docs] Scale processes and save time with customizable workflows that integrate with your tech stack.
                                                        • [claimed-docs] Global and project-level configuration
                                                        • [community] Jira has always been very quick and responsive for me. It offers a good amount of customization too... Never once encountered a major bug in…
                                                        • [community] Jira is heavy and slow - its model of limited transitions is fundamentally flawed, encouraging micromanagement and making mistakes hard to u…
                                                        • [community] Jira is bloated. Full stop. It feels like there isn't a strong unified product vision for Jira. It's just trying to solve everything.
                                                      3. product managerTrack initiatives with status, priority, and an owning team

                                                        weight 2 · round to Jira

                                                        Community evidence confirms Notion is used as a project/initiative tracker by teams (comm-6, comm-15, comm-3), consistent with its flexible database model that supports custom fields like status, priority, and owner, but the evidence pack contains no first-party documentation explicitly describing status/priority/owning-team properties, and one community report notes hitting limits when using Notion as a project/issue tracker. Missing for 10: explicit docs on database property types (status, priority, person/team fields), and independent confirmation of scaling well for initiative tracking at team level.

                                                        • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…
                                                        • [community] Glad to see this here, it's a very well-built product that finds the perfect balance between strict JIRA/PM tools and completely unstructure…
                                                        • [community] Notion feels like it's got this serious range from individuals up to teams at large enterprises. It's incredibly flexible and configurable..…
                                                        • [claimed-docs] Bring everything into one system of record.

                                                        Jira's customizable fields/workflows, timeline/board views, and cross-team initiative coordination (jira-docs-3, jira-docs-8, jira-docs-11, jira-docs-14) directly support tracking initiatives with status, priority, and owning team, and this is a core, long-standing Jira use case reinforced by community mentions of its flexibility (jira-comm-1, jira-comm-16). Missing for 10: explicit documentation of an 'Initiative' issue type/hierarchy level and independent hands-on confirmation of initiative-level tracking specifically (vs. general issue tracking).

                                                        • [claimed-docs] Customizable fields, workflows, and more
                                                        • [claimed-docs] Connect engineering, product, and marketing initiatives to coordinate big launches across every team.
                                                        • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.
                                                        • [claimed-docs] Get visibility on your company's progress towards top priorities as projects advance
                                                        • [claimed-docs] Global and project-level configuration
                                                        • [community] Jira has always been very quick and responsive for me. It offers a good amount of customization too... Never once encountered a major bug in…
                                                        • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
                                                      4. engineerPlan and manage sprints for agile software development

                                                        weight 2 · round to Jira

                                                        Notion's flexible databases (notion-docs-6) can be configured into kanban/sprint boards, and its API/automations (notion-docs-1, notion-docs-3) allow custom workflows, but there is no evidence of native agile/sprint-specific features (backlogs, sprint velocity, burndown, sprint ceremonies). Community feedback explicitly notes it hits limits as a project/issue tracker and lacks GitHub integration, a 'dealbreaker' for tech teams (notion-comm-6, notion-comm-7). missing for 10: dedicated sprint planning primitives, native issue/backlog management, engineering tool integrations (e.g., GitHub/CI), independent evidence of successful agile sprint use.

                                                        • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                                                        • [claimed-docs] Bring everything into one system of record.
                                                        • [claimed-docs] Connections can subscribe to real-time events — like page updates, property changes, and new comments — via webhooks.
                                                        • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…
                                                        • [community] Why does Notion not have a GitHub integration? Kind of a dealbreaker for using it on any tech team unless you just want a wiki.

                                                        Jira's docs explicitly market agile sprint templates, boards/timeline views, and burndown/cycle-time tracking (jira-docs-5, jira-docs-9, jira-docs-11), directly supporting sprint planning and management. However, community feedback includes specific friction with sprint mechanics, e.g. difficulty seeing tickets from a closed sprint and general UI slowness/bugginess (jira-comm-10, jira-comm-3, jira-comm-9), tempering the polish of the delivered experience. Missing for 10: independent hands-on validation specifically of sprint planning workflows (backlog grooming, sprint velocity) beyond marketing copy, and resolution of the closed-sprint visibility complaint.

                                                        • [claimed-docs] Start fast with pre-built and customizable templates for any project, from agile sprints to marketing campaigns.
                                                        • [claimed-docs] Keep work on track whether you're measuring engineering cycle time, burn down charts, or managing capacity.
                                                        • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.
                                                        • [community] Why do I need to mark an epic as closed two different ways? Why is it really difficult to see what tickets were in a closed sprint? Why is i…
                                                        • [community] Jira is heavy and slow - its model of limited transitions is fundamentally flawed, encouraging micromanagement and making mistakes hard to u…
                                                      5. engineerCreate tasks and assign them to teammates with due dates

                                                        weight 3 · round to Jira

                                                        Notion's API and product docs confirm creating/updating database items (tasks) and pages (notion-docs-1, notion-docs-6), and community evidence confirms real-world use as a 'project tracker, issue tracker' (notion-comm-6), which implies task creation with properties like assignee/due date. However, no evidence explicitly documents assignee or due-date properties, notifications for assigned tasks, or a dedicated task-management UI walkthrough. Missing for 10: explicit documentation of person/assignee property, due-date property, and confirmation that assigned teammates get notified.

                                                        • [claimed-docs] With the REST API, you can read, create, and update nearly everything in a workspace — pages, databases, users, comments, and more.
                                                        • [claimed-docs] Bring everything into one system of record.
                                                        • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…

                                                        Jira's core issue-tracking evidence confirms creating tasks and assigning them to individual teammates (jira-docs-10, jira-docs-23) and community evidence corroborates real-world use of ticket assignment workflows (jira-comm-2, jira-comm-7). Customizable fields (jira-docs-3) imply due-date support but the pack never explicitly documents a due-date field. Missing for 10: explicit documentation/screenshot of a due-date field on task creation, independent hands-on confirmation of due-date + assignment working together.

                                                        • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
                                                        • [claimed-docs] Prioritize high-impact work, break down big projects into clear tasks, and cultivate ownership.
                                                        • [claimed-docs] Customizable fields, workflows, and more
                                                        • [community] Biggest problem when I used it, could not assign anything to more than 1 person.
                                                        • [community] As a developer, once I finish my ticket I assign it to a QA. Then I can never get back to the ticket... completed tickets aren't assigned to…
                                                      6. engineerBreak work into subtasks and link dependent tasks so blocking order is clear

                                                        weight 3 · round to Jira
                                                        Notionnone0/10

                                                        The evidence pack contains no mention of Notion's sub-tasks, relation properties, or dependency-linking features for tasks/databases; it focuses on API access, integrations, MCP, and unrelated community complaints. Since planning/tracking of dependent tasks is a fair expectation for a workspace tool like Notion, but no evidence substantiates this specific capability, it must be scored as none rather than na.

                                                          jira-docs-10 shows Jira supports breaking big work into actionable tasks (subtask-like breakdown), but the evidence pack contains no explicit mention of issue linking types (e.g., 'blocks'/'is blocked by') or dependency visualization that makes blocking order clear. Missing for 10: documentation of issue-link types for dependencies, evidence of dependency visualization (e.g., timeline/dependency lines), and any hands-on confirmation of this specific workflow.

                                                          • [claimed-docs] Breakdown big ideas into actionable tasks and automatically assign them to the right person with Rovo AI.
                                                          • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.
                                                        • engineerLog time directly against tasks and projects

                                                          weight 2 · round drawn
                                                          Notionnone0/10

                                                          Notion offers databases, APIs, and integrations for general workspace/project data, but there is no evidence of a dedicated time-tracking/logging feature against tasks or projects; any such capability would require a third-party integration not documented here.

                                                            Jiranone0/10

                                                            The evidence pack contains no citation mentioning time tracking, worklogs, or logging time against tasks/projects—only generic feature marketing (workflows, AI-assist, integrations) and community complaints unrelated to time logging. Missing for 10: any docs or community evidence confirming time-logging/worklog functionality.

                                                            Views organization

                                                            1. engineerHow the product performs and whether item caps apply in workspaces with tens of thousands of tasks

                                                              weight 2 · round drawn
                                                              Notionnone0/10

                                                              No first-party documentation addresses workspace scale limits, item/block caps, or performance guarantees for large databases; the evidence pack only contains generic API/marketplace docs and unrelated integration listings. Community reports (notion-comm-4, notion-comm-8, notion-comm-13, notion-comm-17) even describe hitting a hard 1000-block limit and persistent sluggishness/data loss, but these are anecdotal complaints, not an official statement Notion could be shown contradicting, so this doesn't rise to 'disputed' — it simply lacks any vendor evidence of delivering predictable performance at tens-of-thousands-of-tasks scale.

                                                              • [community] I had a really bad experience with Notion, used it for some time, hit some arbitrary 1000 block limit that no matter what I deleted I couldn…
                                                              • [community] Notion consuming 10-15% CPU while on idle is a deal breaker to me. I wish they'd devote a bit more resources to fix this. (On macOS)
                                                              • [community] There is something about Notion that makes it feel very well-made and coherent... On the flip side the software is a bit slow to start and u…
                                                              • [community] I love Notion but the speed, or rather lack of, is killing me daily. Last Friday I was taking some notes, and suddenly the page refreshed an…
                                                              Jiranone0/10

                                                              No evidence pack item documents Jira's performance characteristics, scalability limits, or item/issue caps for large workspaces (tens of thousands of tasks); the marketing pages focus on features, integrations, and AI, not scale benchmarks. Community comments mention general slowness and UI bugs but never quantify performance thresholds or confirm/deny caps, so there's no concrete data point for engineers to rely on either way.

                                                              • engineerSwitch between board, list, calendar, and timeline views of the same work

                                                                weight 2 · round to Jira

                                                                Community evidence only glancingly confirms Notion supports board/kanban and task-list structures (notion-comm-18), but nothing in the evidence pack explicitly documents calendar or timeline views or the ability to switch seamlessly between all four view types on the same dataset. missing for 10: docs/screens showing calendar view, timeline/Gantt view, and the actual view-switching mechanism on one database.

                                                                • [community] Notion could as well [integrate with Mattermost/discord] but they are a slow moving beast with different priorities.

                                                                Jira's own feature page explicitly states users can view work as boards, lists, timeline, or calendars, directly matching the story. Missing for 10: no independent/hands-on corroboration of switching between these specific views or any friction encountered doing so.

                                                                • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.
                                                              • engineerSave a filtered view of work and share it with a link

                                                                weight 2 · round to Jira
                                                                Notionnone0/10

                                                                The evidence pack covers Notion's API, MCP, integrations, and community feedback, but contains no mention of database views, filters, or the ability to save/share a filtered view via link. This is an applicable capability for a workspace/planning tool, but no evidence supports it here.

                                                                  Community evidence confirms Jira supports saved searches/filters via JQL (jira-comm-12, jira-comm-16, jira-comm-17), which is the core mechanism for this story, but one hands-on account calls creating a useful saved search 'so painful' it seems intentional, and no evidence pack item documents the actual 'share via link' workflow. missing for 10: first-party docs on saving/sharing filter links, confirmation that sharing works smoothly, independent corroboration beyond one critical anecdote.

                                                                  • [community] Trying to do something as seemingly simple as create a useful saved search in JIRA is so painful I can't imagine its creation was not an act…
                                                                  • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
                                                                  • [community] Does Plane offer an alternative for JQL (Jira Query Language)? That's what I appreciate most about Jira.
                                                                • engineerSearch across all tasks, docs, and comments and get fast, accurate results

                                                                  weight 2 · round to Jira

                                                                  Notion advertises workspace-wide search plus AI-powered 'Get answers, instantly—with citations' and MCP search across Notion and connected sources, but a hands-on team user managing tasks/projects explicitly reports 'Search still needs some love,' directly contradicting the fast/accurate claim. missing for 10: independent benchmarking of search speed/accuracy across large workspaces, resolution of the community complaint, and evidence of comments-specific search quality.

                                                                  • [claimed-docs] Get answers, instantly—with citations.
                                                                  • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.
                                                                  • [community] We use it to keep track of all of our tasks and projects... notifications are still hit or miss... Search still needs some love... I'd love …

                                                                  Community feedback shows engineers value querying Jira data via JQL/REST (jira-comm-16, jira-comm-17), suggesting some search capability exists, but there's no evidence of unified search across tasks, docs, and comments, and other users report that creating even a basic saved search is painful (jira-comm-12) and that the UI is frequently slow (jira-comm-3, jira-comm-10, jira-comm-15). Missing for 10: dedicated documentation on a unified search feature, evidence of searching docs/comments alongside tasks, and independent confirmation of search speed/accuracy.

                                                                  • [community] One of the things I like most about Jira is the ability to execute useful queries via REST on the data stored in there.
                                                                  • [community] Does Plane offer an alternative for JQL (Jira Query Language)? That's what I appreciate most about Jira.
                                                                  • [community] Trying to do something as seemingly simple as create a useful saved search in JIRA is so painful I can't imagine its creation was not an act…
                                                                  • [community] Jira is heavy and slow - its model of limited transitions is fundamentally flawed, encouraging micromanagement and making mistakes hard to u…
                                                                  • [community] Why do I need to mark an epic as closed two different ways? Why is it really difficult to see what tickets were in a closed sprint? Why is i…
                                                                  • [community] Please, kill Jira and Confluence. I hate Atlassian tools so much. The user interfaces are sluggish no matter the hardware you're using... it…

                                                                Privacy posture — data-handling and privacy storiesPrivacy posture

                                                                Data-handling and privacy stories

                                                                1. ai-native userChoose where my data is stored (region/residency)

                                                                  weight 2 · round drawn
                                                                  Notionnone0/10

                                                                  No evidence in the pack addresses data residency, regional storage options, or geographic control over where workspace data resides; one community comment even notes Notion is tied to its own cloud with no local storage option. This is a fair question for a SaaS platform storing user data, so it applies, but nothing supports it. missing for 10: any mention of region selection, data residency guarantees, EU/US data center choice, or compliance documentation on data locality.

                                                                  • [community] If I've understood it right... Notion is tied to its own cloud service for storing information, and there's no way to use it as a standalone…
                                                                  Jiranone0/10

                                                                  No evidence in the pack addresses data residency, region selection, or hosting location controls for Jira; all citations focus on features, integrations, and general community sentiment unrelated to data residency.

                                                                  • ai-native userPrevent my data from being used to train AI models

                                                                    weight 3 · round drawn
                                                                    Notionnone0/10

                                                                    No evidence pack item addresses AI training data opt-out or any privacy control preventing user content from being used to train AI models; only general API/MCP/session-recording concerns are present, none of which speak to this specific claim.

                                                                      Jiranone0/10

                                                                      No evidence pack item addresses AI-training data opt-out or data-usage controls for AI model training; all citations concern features, integrations, or general product sentiment. Missing for 10: any documentation of an AI-training opt-out/data-processing addendum, admin controls to exclude data from model training, or policy statements on this topic.

                                                                      • ai-native userControl data retention and deletion

                                                                        weight 2 · round drawn
                                                                        Notionnone0/10

                                                                        No evidence pack items address data retention policies, deletion controls, export/purge tools, or data lifecycle management for AI-native usage; the pack covers API access, integrations, and MCP but nothing about retention/deletion settings. missing for 10: documentation on data retention policies, deletion/purge controls, workspace data lifecycle settings, AI training data retention/opt-out specifics.

                                                                          Jiranone0/10

                                                                          No evidence in the pack addresses data retention policies, deletion controls, or privacy/data-lifecycle settings for AI-native use; all citations concern features, integrations, and general community sentiment. Missing for 10: documentation of data retention policy controls, deletion APIs/settings, and AI-specific data handling/retention configuration.

                                                                          • ai-native userOpt out of telemetry and usage tracking

                                                                            weight 2 · round drawn
                                                                            Notionnone0/10

                                                                            No documentation or feature in the evidence pack describes a telemetry/usage-tracking opt-out control; the only related signal is a community complaint that Notion embeds undisclosed session-recording (FullStory) tracking, which points the opposite direction from a user-facing opt-out.

                                                                            • [community] I mentioned this before. Notion is great, but the fact that they use fullstory (session recording) for a note taking app is a huge problem f…
                                                                            Jiranone0/10

                                                                            No evidence pack items mention telemetry opt-out, usage tracking controls, or privacy settings for AI features in Jira; all citations concern general features, integrations, or unrelated community complaints.

                                                                            Reporting insights — stories about reporting insights in this arenaReporting insights

                                                                            Stories about reporting insights in this arena

                                                                            Ai insights

                                                                            1. ai-native userAsk AI a question and get an instant answer with citations from my workspace content

                                                                              weight 2 · round to Notion
                                                                              Notionpartialclaimed5/10

                                                                              Notion's marketing explicitly claims 'Get answers, instantly—with citations' and 'Keep work moving 24/7 with agents,' indicating a Q&A-with-citations AI feature exists, and agent/search APIs (search across Notion and connected sources, agent session APIs) support this. However, there is no detailed documentation, screenshots, or independent/hands-on corroboration showing the citation UX in practice, only marketing taglines and adjacent API references. Missing for 10: hands-on or third-party verification of the Q&A citation experience, detailed docs on how citations are sourced/displayed, and independent confirmation of accuracy/reliability.

                                                                              • [claimed-docs] Get answers, instantly—with citations.
                                                                              • [claimed-docs] Keep work moving 24/7 with agents.
                                                                              • [claimed-docs] Search content in Notion and connected sources. * Read, create, and update Notion content. * Create pages and databases.
                                                                              • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
                                                                              Jiranone0/10

                                                                              Evidence shows Rovo AI features focused on automations, trend identification, and connecting assets (jira-docs-4, jira-docs-15, jira-docs-18), but there is no evidence of a conversational Q&A interface that returns instant answers with citations from workspace content. Missing for 10: any documentation of a 'Rovo Chat' or Q&A assistant, citation/sourcing mechanism, or hands-on example of asking a question and receiving a cited answer.

                                                                              • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                                                                              • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.
                                                                              • [claimed-docs] Rovo AI connects relevant assets and rich data from Confluence, Figma, and your 3rd party apps to your work.
                                                                            2. ai-native userHave AI draft a project or initiative status update from recent activity

                                                                              weight 2 · round to Notion
                                                                              Notionpartialclaimed4/10

                                                                              Notion advertises AI capabilities like Q&A with citations and always-on agents that work across the workspace (notion-docs-7, notion-docs-8), and its Agent APIs let a Custom Agent read/act on workspace content via sessions (notion-docs-21, notion-docs-22), which could plausibly be used to draft a status update from recent activity. However, there is no concrete documentation or example specifically showing AI generating a project/initiative status update from recent activity — missing for 10: a documented status-update/report-drafting workflow, example prompts/templates, or independent evidence that this specific reporting use case works in practice.

                                                                              • [claimed-docs] Get answers, instantly—with citations.
                                                                              • [claimed-docs] Keep work moving 24/7 with agents.
                                                                              • [claimed-docs] Use sessions to start a chat, stream the Agent's reply, submit an action when needed, and read its event history.
                                                                              • [claimed-docs] Find the Custom Agents your token can access, track their usage, and manage their status and credit limits.
                                                                              • [claimed-docs] Bring everything into one system of record.

                                                                              Jira's marketing mentions Rovo AI keeping status 'up to date' via automations and reminders and surfacing trends, which gestures at AI-assisted status tracking, but no evidence shows Rovo actually drafting a written project/initiative status update from recent activity. missing for 10: explicit feature/docs showing AI-generated status update text, independent/hands-on confirmation that this works, and detail on how 'recent activity' is summarized.

                                                                              • [claimed-docs] Use Rovo AI to create custom automations to keep your status up to date - from automated reminders to rules that move work forward.
                                                                              • [claimed-docs] Use Rovo AI to identify trends to surface new opportunities and remove bottle necks.

                                                                            Dashboards

                                                                            1. product managerBuild dashboards and widgets to report on project progress

                                                                              weight 2 · round to Jira
                                                                              Notionnone0/10

                                                                              The evidence pack covers Notion's API, developer tooling, and general workspace flexibility, but contains no documentation or mention of dashboard/widget-building features for tracking project progress; one community comment even notes Notion 'quickly reach[es] limits of what is possible automatically' when used for project tracking. Missing for 10: any first-party docs on dashboard/reporting widgets, rollups/charts for progress tracking, or hands-on evidence of PMs building such dashboards.

                                                                              • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…

                                                                              Docs confirm multiple progress-tracking views (boards, lists, timeline, calendars) and reporting on cycle time, burndown charts, and company-wide priority visibility, which supports dashboard-style reporting, but no evidence explicitly describes a dedicated dashboard/gadget builder with configurable widgets. missing for 10: explicit documentation of the dashboard/widget-building feature, independent corroboration of dashboard usage for PM reporting.

                                                                              • [claimed-docs] Keep work on track whether you're measuring engineering cycle time, burn down charts, or managing capacity.
                                                                              • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.
                                                                              • [claimed-docs] Get visibility on your company's progress towards top priorities as projects advance
                                                                              • [claimed-docs] Teams that integrate Jira Software with Bitbucket release versions 14% more often than those who don't.
                                                                            2. product managerRoll up progress across multiple projects into a single portfolio view

                                                                              weight 2 · round to Jira

                                                                              Notion is broadly marketed as a flexible system of record and used by teams for project tracking (notion-docs-6, notion-comm-3), but no evidence describes rollup properties, portfolio dashboards, or cross-project progress aggregation specifically, and community feedback notes real limits when using Notion as a project tracker. Missing for 10: explicit documentation of rollup/aggregation properties, portfolio-view templates, or dashboard features summarizing multiple projects' progress, and hands-on confirmation this works at scale.

                                                                              • [claimed-docs] Bring everything into one system of record.
                                                                              • [community] Notion feels like it's got this serious range from individuals up to teams at large enterprises. It's incredibly flexible and configurable..…
                                                                              • [community] Notion is currently a jack of all trades and master of none. We have tried to use it as a wiki, project tracker, issue tracker, CRM & spread…

                                                                              Docs gesture at cross-project visibility (jira-docs-8 'connect engineering, product, and marketing initiatives...across every team', jira-docs-14 'visibility on company's progress towards top priorities') implying some portfolio-level rollup, but there's no explicit mention of a dedicated portfolio/roadmap aggregation feature (e.g. Advanced Roadmaps) or any independent/hands-on confirmation that multi-project rollups actually work well in practice. Missing for 10: explicit documentation of a portfolio/roadmap rollup feature, independent or hands-on evidence corroborating cross-project aggregation, and community confirmation it performs adequately at scale.

                                                                              • [claimed-docs] Connect engineering, product, and marketing initiatives to coordinate big launches across every team.
                                                                              • [claimed-docs] Get visibility on your company's progress towards top priorities as projects advance
                                                                              • [claimed-docs] Stay up-to-date on the work's progress using the view you like: boards, lists, timeline, or calendars.

                                                                            Security — security posture and hardening storiesSecurity

                                                                            Security posture and hardening stories

                                                                            Access control

                                                                            1. product managerReview an admin audit log of actions taken across the workspace

                                                                              weight 2 · round drawn
                                                                              Notionnone0/10

                                                                              The evidence pack covers Notion's API, integrations, MCP, and agent tooling extensively, but contains no mention of an admin audit log feature for tracking workspace actions — this is a distinct enterprise security/compliance capability that is entirely unevidenced here.

                                                                                Jiranone0/10

                                                                                No evidence pack items mention an admin audit log, activity history, or security event tracking feature for Jira; only SSO/SAML and general feature marketing are cited. missing for 10: any documentation of an admin audit log, audit event types, retention/export, or access controls around it.

                                                                                • product managerAssign granular permissions and roles to control who can view or edit work

                                                                                  weight 2 · round to Jira
                                                                                  Notionnone0/10

                                                                                  The evidence pack covers API/OAuth scopes, webhooks, and MCP connection access controls, but contains no documentation of Notion's actual workspace member roles, page/database-level sharing or edit/view permission settings that a product manager would use to control who can view or edit content. notion-docs-30 only mentions managing MCP client connection access, not user role-based content permissions.

                                                                                  • [claimed-docs] Workspace owners can manage MCP client access in Settings → Connections.
                                                                                  • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token. They're ideal for custom automations and workflows
                                                                                  • [claimed-docs] Internal connections are scoped to a single workspace and use a static API token.

                                                                                  Evidence only mentions SAML/SSO and 'Global and project-level configuration' which loosely implies role/permission scoping, but there's no concrete documentation of granular field-level or issue-level view/edit permission schemes, permission schemes, or roles. Missing for 10: explicit documentation of Jira's permission schemes, project roles, issue security schemes, and independent verification of granular view/edit access control.

                                                                                • product managerCreate private sub-teams restricted to specific members

                                                                                  weight 1 · round drawn
                                                                                  Notionnone0/10

                                                                                  No evidence describes creating private sub-teams or restricted membership groups within Notion; the pack covers API tokens, integrations, MCP, and general product feedback but nothing about team/permission structuring like private teamspaces limited to specific members.

                                                                                    Jiranone0/10

                                                                                    No evidence in the pack addresses private sub-teams or member-restricted team/project access controls; only SSO/SAML and generic permission mentions appear, none specific to sub-team creation with restricted membership.

                                                                                    • engineerSecure organization access with SSO and SAML

                                                                                      weight 3 · round to Jira
                                                                                      Notionnone0/10

                                                                                      No evidence pack items mention SSO, SAML, or enterprise identity/authentication management for workspace access — the pack only covers API tokens, OAuth for connections/integrations, and MCP client access, none of which address organization-wide SSO/SAML.

                                                                                        Jira's feature page explicitly lists SAML & SSO as a security capability, confirming the feature exists, but the evidence pack lacks any detail on implementation, enterprise-tier requirements, or independent/hands-on confirmation. Missing for 10: documentation of setup/config details, tier restrictions (e.g., Enterprise-only), and third-party or community validation of SSO/SAML working reliably in practice.

                                                                                      Trust reliability

                                                                                      1. product managerThe vendor's published uptime SLA and can check real-time incident status via a public status page

                                                                                        weight 3 · round drawn
                                                                                        Notionnone0/10

                                                                                        No evidence pack item mentions a published uptime SLA or a public status page for incident reporting; the evidence covers API docs, integrations, MCP, and community complaints unrelated to SLA/status transparency.

                                                                                          Jiranone0/10

                                                                                          No evidence in the pack mentions an SLA or a public status page for Jira/Atlassian; all citations concern features, integrations, and general community sentiment. Missing for 10: any mention of published uptime SLA, status.atlassian.com or equivalent status page, or incident history.

                                                                                          • product managerThe vendor's documented support response times for each plan tier

                                                                                            weight 2 · round drawn
                                                                                            Notionnone0/10

                                                                                            No evidence pack items mention support response times, SLAs, or plan-tier support commitments; the evidence covers API, MCP, integrations, and community complaints unrelated to support SLAs.

                                                                                              Jiranone0/10

                                                                                              No evidence in the pack references support SLAs, response times, or plan-tier support commitments; all evidence covers product features, integrations, and general community sentiment unrelated to support response times.

                                                                                              Not comparable on these axes

                                                                                              1. engineerReview AI agent code changes and comment on specific lines from a mobile app, then have the agent iterate

                                                                                                weight 2 · not comparable
                                                                                                Notionn/a

                                                                                                This story is about reviewing AI coding-agent diffs (code review with inline comments) from a mobile app and having the agent iterate — this is a coding-agent/IDE workflow, not something Notion (a workspace/docs/wiki tool) is built for. Notion's agent features relate to page/content editing, not code diffs or line-level code review.

                                                                                                  Jiran/a

                                                                                                  Jira is a project/issue-tracking tool, not a code review or diff-viewing product; reviewing AI agent code line-by-line and having the agent iterate is a code-repository/PR-review workflow (e.g. GitHub/GitLab), outside Jira's category.

                                                                                                  • engineerRestore an AI coding agent's session to any previous checkpoint in its version history

                                                                                                    weight 2 · not comparable
                                                                                                    Notionn/a

                                                                                                    Notion is a workspace/knowledge-base product with an agent/MCP integration layer, not a coding agent with its own execution/session checkpoint system; version-history-based checkpoint restore for an AI coding agent's session is outside its product category.

                                                                                                      Jiran/a

                                                                                                      Jira is a project/issue-tracking tool, not an AI coding agent with a session/version-history checkpoint mechanism; this axis is a category error for this product type.

                                                                                                      • ai-native userHave a coding agent auto-detect and install the toolchains and dependencies it needs for a task

                                                                                                        weight 2 · not comparable
                                                                                                        Notionn/a

                                                                                                        Notion is a workspace/knowledge-management product, not a coding agent or dev-environment tool; toolchain/dependency auto-installation is a category error for its product type — evidence covers API, MCP, and integrations but nothing about coding environment setup.

                                                                                                          Jiran/a

                                                                                                          Jira is a project/work-tracking tool, not a coding agent or development environment; auto-detecting and installing toolchains/dependencies for a task is a category error for this product type.

                                                                                                          • ai-native userHave an agent verify its own implementation by navigating the app and capturing before-and-after screenshots

                                                                                                            weight 2 · not comparable
                                                                                                            Notionn/a

                                                                                                            Notion is a workspace/docs product with an API, agents, and MCP integration for content operations — it has no browser/app UI automation or screenshot-capture capability, so verifying implementation via navigating an app and capturing before/after screenshots is a category mismatch (this axis fits coding/browser-agent tools, not Notion).

                                                                                                              Jiran/a

                                                                                                              Jira is a project/issue-tracking tool, not a UI/app whose implementation an agent would verify via navigation and screenshots; this capability belongs to a browser-automation/testing product, not an issue tracker.

                                                                                                              • engineerHave AI break a code diff into focused sections with explanations of what changed and why

                                                                                                                weight 2 · not comparable
                                                                                                                Notionn/a

                                                                                                                Notion is a workspace/docs/wiki and agent platform, not a code-review or diff-analysis tool; there is no evidence of code diff parsing or change-explanation capability, and this is a category error for the product type (no GitHub PR/diff review feature exists in the evidence).

                                                                                                                  Jiran/a

                                                                                                                  Jira is a project/issue tracking tool, not a code review or diff-analysis tool; breaking down code diffs with change explanations is outside its product category and belongs to code review/AI coding assistant tools.

                                                                                                                  • designerCollaborate visually with my team on a shared whiteboard

                                                                                                                    weight 2 · not comparable
                                                                                                                    Notionn/a

                                                                                                                    Notion is a docs/wiki/database workspace with API and integration features; no evidence pack item mentions a visual whiteboard/canvas collaboration feature, and this is a fundamentally different product category (visual whiteboarding tools) rather than something a workspace/API product would ship as an axis.

                                                                                                                      Jiranone0/10

                                                                                                                      No evidence pack item mentions a whiteboard or visual collaboration canvas feature within Jira itself; Jira is a work-tracking tool and while a whiteboard could plausibly be part of an Atlassian suite (Confluence has one), none of the evidence shows Jira offering this capability.

                                                                                                                      • engineerRequire AI-authored commits to be cryptographically signed with my SSH or GPG key

                                                                                                                        weight 2 · not comparable
                                                                                                                        Notionn/a

                                                                                                                        Notion is a workspace/documents product with no source-control/commit system; requiring cryptographic signing of commits is a git/VCS concept entirely outside Notion's product category, not something Notion pages or its API model as 'commits'.

                                                                                                                          Jiran/a

                                                                                                                          Jira is a project/issue tracking tool, not a version control or commit-signing system; requiring SSH/GPG-signed commits is a source-control concern (e.g., Git/Bitbucket), entirely outside Jira's product category.