Jira Node Search Issues failing due to Atlassian API deprecation (GET /rest/api/3/search removed)

  1. Jira node β†’ Search Issues action now returns 410 Gone
  2. Atlassian removed the old GET-based search on Aug 2025 rollout
  3. Request: Update Jira node to use POST /rest/api/3/search with JSON body

Welcome to the community @S_Chandhru

You’re absolutely right @S_Chandhru atlassian deprecated the old Jira Search API GET /rest/api/2/search and it’s now completely removed as of August 2025. The node needs to be updated to use the new POST API.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.