Skip to content

Conversation

@jburgazzoli
Copy link

No description provided.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the final PR Bugbot will review for you during this billing cycle

Your free Bugbot reviews will reset on October 24

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

})
const jql = encodeURIComponent(`status = "${status}"`)
const fieldsParam = encodeURIComponent(fields.join(','))
const response = await this.request(`/search?jql=${jql}&fields=${fieldsParam}&maxResults=${maxResults}`)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Jira API Search Request Method Change

Removing the method option implicitly changes the Jira API search requests from POST to GET. This shifts parameters to the URL, introducing length limitations (typically ~2048 characters). Consequently, findByStatus and updateByPR may fail for complex JQL queries, long status names, or extensive field lists.

Additional Locations (1)

Fix in Cursor Fix in Web

@shentao
Copy link
Member

shentao commented Oct 1, 2025

Hey @jburgazzoli! What is this ticket about?

@jburgazzoli
Copy link
Author

jburgazzoli commented Oct 6, 2025

This was fixing the sync of status on dev/staging , staging>prod pushes @shentao
I think @Kamilczak020 did this though before he left

@jburgazzoli jburgazzoli closed this Oct 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants