Task is about syncing Jira tickets from one project to another within one Jira instance. Please create Jira instance (its free) where you can create 2 projects that are going to be synchronized. https://www.atlassian.com/try/cloud/signup
- Fork this repository and send link to it to radek@getint.io after task completion
- Implement
JiraSynchronizer.moveTasksToOtherProjectmethod. Search for 5 tickets in one project, and move them (recreate them) to other project within same Jira instance. When syncing tickets please include following fields:
- summary (title)
- description
- priority Bonus points for syncing status and comments.
- Please complete task within 7 days from the day you received it
- Pleaase use provided library (apache) for HTTP communication
API endpoints exposed by Jira you can find here: https://developer.atlassian.com/cloud/jira/software/rest/