amreshverma / mantibugz

Automatically exported from code.google.com/p/mantibugz
0 stars 0 forks source link

Cannot sync after connecting to MantisBT and FogBugz, and choosing projects #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter in authorization data for both MantisBT and FogBugz
2. Connect to each service, select source and destination projects
3. Click "Go"

What is the expected output? What do you see instead?
Instead of all issues being imported, only a single issue is imported, 
including all the notes from MantisBT.  It appears to have imported everything 
of that single bug successfully.  After the first one, an Exception occurs on 
the terminal and an error dialog appears informing that the process ended in 
error after one issue.

What version of the product are you using? On what operating system?
MantisBT: 1.2.5
mantibugs: 1.0
FogBugz: Version 8.8.28.0H (DB 797, Build 0)

Please provide any additional information below.

The exception stack trace is as such:
java.lang.NullPointerException
    at com.truecool.mantibugz.fogbugz.FogBugzConnection.createNewIssue(FogBugzConnection.java:117)
    at com.truecool.mantibugz.gui.TranslationProgressDialogForm$ImportRunner.run(TranslationProgressDialogForm.java:114)
    at java.lang.Thread.run(Thread.java:636)

Original issue reported on code.google.com by ruq...@gmail.com on 8 Jun 2012 at 11:19

GoogleCodeExporter commented 8 years ago
We are attempting to use MantisBugz to transfer our issues from Mantis to 
FogBugz. We run into the same issues you had, that you resolved by commenting 
out a line in the MantisBT. Did you ever manage to import your issues from 
Mantis to FogBugz?

Original comment by amcl...@gmail.com on 18 Jul 2014 at 7:59