-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of file export/saving, getting textile conversion working and other changes #128
Comments
Early on when getting this all working I had to change redminelib/engines/base.py as limit and offset parameters were at times getting passed in as strings. ie
changed to
The redmine2jira project should probably be changed to only send number parameters for offset and limit rather than relying on the change I've made in redminelib. |
Hi Mark , sorry for the late reply. First of all, a BIG thanks for all your contributions. Regarding your pull request #129 , besides the files you modified, I've noticed you pushed a lot of new files too. I think it's a mistake because it looks like you pushed content of your Python virtual environment (e.g. the About the modification you had to apply to Thanks a lot again mate, |
Hi Michele
Your welcome. With regards to the extra files, I saw that a whole lot more got committed then forgot about them – apart from a brief clone every now and again I’m not a GIT user nor Python dev and have been a bit rushed and under pressure to get this going!
I saw in the code where I guessed the argument processing would need to be scanned to turn limit and offset params into integers but can’t remember where exactly off the top of my head.
I’m pressed at the moment to try and find a way to convert Redmine Wiki to Confluence, media wiki to Confluence and help another guy here get up to speed so he can look at migrating one or two other systems into ‘Jira’ (a bundle of Jira apps and plugins). We’re also getting ready for our Christmas shutdown so I’ll only be on e-mail for a couple more days.
Are you Aussie or NZ by any chance? (the ‘mate’ reference)
Cheers
Mark
From: Michele Cardone <notifications@github.com>
Sent: Thursday, 19 December 2019 2:22 PM
To: wandering-tales/redmine2jira <redmine2jira@noreply.github.com>
Cc: Mark <mark@kendall.nz>; State change <state_change@noreply.github.com>
Subject: Re: [wandering-tales/redmine2jira] Addition of file export/saving, getting textile conversion working and other changes (#128)
Hi Mark ,
sorry for the late reply. First of all, a BIG thanks for all your contributions.
I've started this project about one year ago to migrate my company Redmine instance data to Jira Software. Despite a lot of hours spent in development and intensive testing, unfortunately it finally didn't serve its purpose because the company finally decided to keep both systems active for a limited period in order to smooth the transition.
This finally became a personal project, but I was looking for someone else to test it thoroughly in a real case scenario, in order to get this project out of its alpha stage. As you have noticed I was even lazy to add a line of code to actually export to json, despite the CLI already supported the filename argument!
Regarding your pull request #129 <#129> , besides the files you modified, I've noticed you pushed a lot of new files too. I think it's a mistake because it looks like you pushed content of your Python virtual environment (e.g. the bin/ folder). Anyway I will comment that directly in the PR.
About the modification you had to apply to redminelib/engines/base.py I agree with your findings: it really seems limit and offset are expected to be integers. Would you mind to open a dedicated pull request to show me where I pass strings instead of integers in redmine2jira ?
Thanks a lot again mate,
Michele
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub <#128?email_source=notifications&email_token=AOBYYW7S7MSGNZS74HPGPV3QZLEENA5CNFSM4J3OXDKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHIB2UY#issuecomment-567287123> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AOBYYWZBHCPOF25XYRTA5PLQZLEENANCNFSM4J3OXDKA> . <https://github.com/notifications/beacon/AOBYYW4GBFNVCHZOXJEFSJDQZLEENA5CNFSM4J3OXDKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHIB2UY.gif>
|
Hi Michele
I've made quite a few changes to redmine2jira and a couple of small changes to redminelib so that I can export our redmine issues into a trial Jira setup.
Got attachment export/import working (needed API key including in URL)
Support for textile, including some workarounds for Redmine's allowance of non valid textile
Added missing JSON output and also optional pretty printing
Optional display of issue number being exported and row number
Optionally output issue json or relationship linkage JSON
I've imported about 4500 issues into our Jira trial system and so far the conversion looks pretty good
I was about to ask if you would like me to attach patches or branch and commit to that but I see from the contributing guidelines branch is the way to go. I'll let you know when that's done.
Cheers
Mark
The text was updated successfully, but these errors were encountered: