Zuehlke / poinz

Distributed Planning Poker
MIT License
141 stars 62 forks source link

Import from Jira XML #366

Closed aslafy-z closed 1 year ago

aslafy-z commented 1 year ago

I'd love to import a search result from Jira using their XML export. This would ease batch estimation of a set of stories.

xeronimus commented 1 year ago

Hi @aslafy-z ,

Is the CSV Export / Import a viable alternative for you? see https://github.com/Zuehlke/poinz/blob/master/docu/manual.md#importing-stories for more information.

if for some reason, your jira instance cannot export csv, would you be able to provide a sample export in XML format?

aslafy-z commented 1 year ago

Hi @xeronimus, CSV import works perfectly, thank you! However, I think adding an import button might be a good idea.

xeronimus commented 1 year ago

Thanks for your input. there is already a import button implemented (as part of #358). As an additional button in the dropdown (next to filter and ordering). This will be included in the next release.