[re #12345] Migrated attachment, user & category services, fixed big in core service method
In this MR:
- the bug in
CategoryService
incore
package was fixed - Migrated another services -
User
,Attachment
andCategory
(and also optimised - they are being executed at each issue during the processing issue inJiraWorkItemService
- thanks to that, we again reduce the Jira API calls) - Added missing comments to " fully finished" methods
- Changed the way how to pass the
url
- now the URL can be retrieved fromJiraUrlUtils
- that enabled me to build URLs to each issue and save them intowork_item
table
Edited by Milan Janoch