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

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.

2 participants