You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our JIRA has a lot of custom fields (800 for each ticket...) so it takes 10 seconds to retrieve one ticket.
I tracked down the issue, and the issue is in the function converting the result from the request to a jiraissue object. Please find enclosed a patch that accelerated greatly the speed of the function patch.diff.convertjiraissue.txt
you may be able to reuse similar code at other places.
The text was updated successfully, but these errors were encountered:
Also significantly rewrote the tests for ConvertTo-JiraIssue. This optimization change and the underlying test changes should be applied to the other ConvertTo-Jira* functions.
Cool. Thanks for that code! I don't have nearly that many custom fields in my instance, so performance had never been an issue.
I've implemented your changes in the latest commit to the dev branch. Give that a try, and if it works as expected, I'll implement that change in several other places around the module.
Our JIRA has a lot of custom fields (800 for each ticket...) so it takes 10 seconds to retrieve one ticket.
I tracked down the issue, and the issue is in the function converting the result from the request to a jiraissue object. Please find enclosed a patch that accelerated greatly the speed of the function
patch.diff.convertjiraissue.txt
you may be able to reuse similar code at other places.
The text was updated successfully, but these errors were encountered: