Skip to content

Conversation

@leeyuentuen
Copy link
Contributor

$result = $this->json_mapper->map(
$json,
new IssueSearchResult()
new IssueBulkResult()

Choose a reason for hiding this comment

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

Hi! I have implemented the fix for our application and noticed that IssueBulkResult is missing the nextPageToken, so we switched this line (and line 537 back to IssueSearchResult) which works for our implementation.

@KEMBL
Copy link

KEMBL commented Sep 15, 2025

Thank you, the fix works fine with a small addition - needed to commented out $fixVersions otherwise for creation a new issue API returns error with a comment that fixVersions param is not allowed.

@GamerClassN7
Copy link

Still getting this error CURL HTTP Request Failed: Status Code : 410, URL:https://sditego.atlassian.net/rest/api/3/search Error Message : {"errorMessages":["The requested API has been removed. Please migrate to the /rest/api/3/search/jql API. A full migration guideline is available at https://developer.atlassian.com/changelog/#CHANGE-2046"],"errors":{}}

public $issues;

/**
* @return int

Choose a reason for hiding this comment

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

the return type should be string

@lesstif lesstif merged commit 2e79233 into lesstif:main Sep 20, 2025
1 of 2 checks passed
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.

6 participants