import - Transfer Scrumwise to GreenHopper -


scrumwise can export whole data xml. contains lots of data including projects, backlog, sprints, tasks, team members, etc. can export tasks csv.

greenhopper can import projects in various formats (but not xml).

i'd transfer as possible between scrumwise , greenhopper. i'm thinking of extracting projects node xml, converting json, , importing that. right greenhopper rejects data right start.

is there reference data schema used in greenhopper? i'd transfer more project, associated data.

select backlog tasks , export. scrumwise uses semicolon delimiter. convert search , replace , jira @ least try import. import new empty project, expect take several attempts right. you'll need add columns time remaining in seconds. getting statuses , resolution hardest part. jira gives status options fail during import! check jira workflow valid states. also, empty resolution means "unresolved", unrecognized resolution defaults "resolved". tasks, need export xml, parse xml tasks , add parent id column.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -