...
Download the data from Github (using either of the above three methods)
Transform the data by processing it
Write the transformed data to a csv file in a format understood by Jira
Upload the CSV data to Jira server and check if all the data was imported properly or not(We execute this step to make sure that we do not mess up cloud instance by directly importing data to cloud. We can fix server easily as we have more control over it)
If the CSV data was properly imported to Jira server than upload the same data to Jira cloud
Importing Data in JIRA
...
Task | Estimation in (man hours) | Comment |
---|---|---|
Get credentials for admin for Github from client | NA | Action required from Client |
Get separate VM for development work | NA | Action required from Client |
There should be a mapping document to show which field in Github map to which field Jira | ||
Installations on development environment & testing of Github account credentials | ||
There should be a way for the utility to pull data from Github | ||
There should be a way for the utility to transform the data from Github format to Jira understandable format | ||
There should be a way for the utility to export the transformed data to CSV format understandable by JIRA | ||
There should be a way for the utility to generate report of data pulled from Github | ||
There should be a way for the utility to generate report of data exported to CSV format | ||
There should be a way for the utility to check the data in Jira cloud using api calls amke and generate report of data exported | ||
Testing |
...