Hi
I am trying to import mantis bugs into Jira. I need to import on a project to project basis. Is it possible? From what i have read, the documents state that the all of the existing data gets overwritten. I have already setup users, groups, roles and other projects on my Jira OnDemand. For now i only need to import bugs related to a specific project from mantis.
Please let me know your thoughts.
Regards
Asad
JIRA Importers Plugin (bundled with JIRA) allows you to import selected Mantis projects into selected (existing or auto-created) projects in JIRA.
If users match in both systems - they will be reused. Groups and roles are not touched during the import.
The only problems is that you seem to want to import into JIRA OnDemand. That would theoretically require you to expose your Mantis DB to the public internet. And I am not sure if OnDemand platform by default supports connection on non-http(s) ports to outside word - in this case you would need to talk to Atlassian Support.
Generally speaking JIRA Importers Plugin is only entering OnDemand worlds and there are several limitations customers and support personnel have to deal with.
The alternative which you could consider is: exporting your data from JIRA onDemand to XML dump, installing (that's dead simple with new installers) JIRA locally (using evaluation license), importing the XML dump to your local JIRA (so that you have all these projects, users and groups set up), running Import From External System and performing the import from your local Mantis instance.
After you are happy with the results (import process is quite configurable so you can end up with different things depending on how you configure the process), then export your JIRA data to XML dump localy and import it back to JIRA OnDemand (the latter my involve raising a support request with Atlassian (OnDemand project) as I don't think you will have access rights to do it on your own).
I really appreciate your answers, I am also interested in knowing if jira mantis plugin will assist me in uploading files from the mantis bugs to imported jira issues? If not, how do i go about that ? I will need to import the attached files in the process too.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Importers Plugin imports all attachments as well (provided that you swtiched on Attachments in your JIRA instance).
If you decide to use temporary local JIRA instance to perform the import and only then upload the results (as XML dump) to OnDemand, then please keep in mind that attachments are not part of this backup, but have to be manually copied (usually from <JIRA HOME>/attachments directory.
So after you finish the import you will be able to find all your Mantis attachments in this directory - stored as files in subdirectories for each project. Easy and intuitive. You may zip it and attach to a support request you will create.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When using CSV import plugin, i can see a "attachment" as Jira field in the Setup Field mapping. What sort of value does this field accept, does it accept an image/binary content or does it accepts a path? If it accepts path, how do i set the value for path? How do i make sure that the attachment is associated with the correct bug, does the name and type of attachment helps in any way ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It does accept URLs, but not ones which use file:// protocol due to security reasons (one could steal any file from the server which JIRA process can access). So if you prepare your CSV file with attachments using http and https URLs then you need to expose your attachments obviously via HTTP or HTTPS. There are several easy or more complicated ways to go: from shared web drives, through setting up Apache on making it serve your attachments or (if you don't mind your attachments to be theoretically public for a while) using services like Dropbox.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Command Line Interface and import via CSV into existing projects - see How to import data from external systems or databases
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.