dosaboy / asana-exporter

Export data from Asana
2 stars 3 forks source link

Jira import not importing anything #2

Open MYanello opened 1 year ago

MYanello commented 1 year ago

Is there any setup needed for the jira importer to run? I created a project for it and took most of the arguments from the asana exporter command. I also modified the client.py to point to rescale.atlassian.com instead of warthogs.atlassian.com. It prints that everything goes well, but checking my Jira project I don't see anything new:

$ python tools/jira_importer/client.py --token $token --email myanello@rescale.com --asana-team 'Rescale' --jira-project 'AAH' --project-filter 'HPC Requests' --export-path ./rescale --import-label 'HPC Requests' --debug
INFO: importing Asana team 'Rescale' from ./rescale
INFO: pre-loading issues for Jira project 'AAH'
INFO: skipping asana project Atlas
INFO: skipping asana project Atlas-2021-archive
INFO: import complete.
myanello-rescale commented 1 year ago

This is related to the project-filter. Removing that argument gave success, probably because it has a space