Intro
REST API methods for import differ from common methods for issue creation and update. Import supports
- Bulk changes. Several issues can be posted at once.
- All issue fields setup. Import methods allow setting of issue create/update time, issue reporter and updater, issue number in project.
- Notifications turn off. If issue is created through import method its assignee won't get additional notification.
Import project process
- Import Users. Do not put huge number of users at once. Use portions of reasonable size, say one hundred of users per request.
- Set up project for import:
- Create project.
- Add proper values to States, Priority, Types, etc. default fields.
- Configure custom fields:
- For specific custom fields, create custom field prototypes.
- Define custom fields for the project.
- For enumeration custom fields all bundles and enumeration values should be defined too.
- Import Issues.
- Assignees are auto-imported.
- Links:
- If there are links between issues set up issue link types.
- Import issue links.
- Upload attachments for imported issues.
Labels:
None
Page:
Import Users
Page:
Import Issues
Page:
Import Links
Page:
Import Attachment to an Issue
Page:
REST Import Sample