Skip to content

Searching for Issues which are no older that 7 days yields no results although there are matching Issues #310

@cee-dee

Description

@cee-dee

Environment

  • Remote Sentry MCP
  • Cursor AI

Steps to Reproduce

Issue command with model Claude 4 Sonnet Thinking:
Give me all Sentry issues in organization xyz, project abc with level:fatal AND pluginIdentifier:id123 which are no older than 7 days.

Expected Result

You get the 10 issues.

Actual Result

You get 0 results, although there are about 10 issues.
I performs this tool call:

{
  "organizationSlug": "xyz",
  "projectSlug": "abc",
  "query": "level:fatal pluginIdentifier:id123 age:-7d",
  "regionUrl": "https://us.sentry.io",
  "sortBy": "last_seen"
}

Notes

Probably age:-7d is the wrong semantics. If I specify age:-7d in Discover on the Sentry website, I also get 0 results. I need to apply the date range filtering outside of the query.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions