1

We are migrating our bugs to FogBugz, and I have had success importing open bugs via the API.

However, I tried creating a case via the API that is Closed Resolved using the ixStatus parameter except that it just ends up using the default Active status.

Is there a way to do that?

flag
What did you set ixStatus to? Can you provide your API command? – James McLeod Sep 29 at 17:38

1 Answer

2

Got this from Adam at FogCreek support:

You need to import resolved cases in two steps:

  1. cmd=new to create the case
  2. cmd=resolve&ixStatus=X to resolve the case

Not the one step I was hoping for, but since I will ultimately be automating the import, it's not so tough to do.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.