Skip to content

Conversation

@remarkablemark
Copy link
Owner

What is the motivation for this pull request?

fix(frontend): replace deprecated Jira endpoint

Fixes #792

https://developer.atlassian.com/changelog/#CHANGE-2046

What is the current behavior?

POST /rest/api/3/search is deprecated: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-post

What is the new behavior?

Migrated to POST /rest/api/3/search/jql: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-search/#api-rest-api-3-search-jql-post

One limitation of the new JQL endpoint is that maxResults is capped at 5,000

Checklist:

@codecov
Copy link

codecov bot commented Sep 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (c1a39e1) to head (9758f3f).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #822   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           31        31           
  Lines          324       327    +3     
  Branches        37        39    +2     
=========================================
+ Hits           324       327    +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@remarkablemark remarkablemark merged commit b6bae01 into master Sep 1, 2025
8 checks passed
@remarkablemark remarkablemark deleted the fix/jira branch September 1, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Widget seems to be broken, most likely from the deprecated JQL API

2 participants