GoSimplicity commented on PR #8547:
URL:
https://github.com/apache/incubator-devlake/pull/8547#issuecomment-3218776775
> That was fast — great job!
>
> However, I made a mistake in pointing to an inappropriate line of code for
this case. The version check on line 54 was originally added because the
performance of Jira versions ≤ 8 was quite poor, so we reduced the batch size
to avoid overloading or crashing the Jira server.
>
> In the current scenario, checking only the server type should be
sufficient. I'm not sure whether Jira Server 9 supports the `api/v3` endpoint
or not.
You're right about the performance considerations for JIRA Server ≤ 8. I'll
keep the reduced batch size for those versions. Regarding JIRA Server 9's
support for api/v3, I'll need to investigate further and potentially add
version-specific handling.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]