I'm going to be using FogBugz for customer communication. I don't want my customers to see Case 32 in the subject line and assume that I'm a new/tiny operation, even if I am. How do I start with a higher case number?
|
5
|
This can also happen if you have imported cases into FogBugz from another instance of FogBugz or another tool such as Bugzilla. To avoid case number conflicts, you can change the next case number with a simple XML API (docs) command which you can run right in your web browser. You'll need to be a Site Admin for your FogBugz account. First, login using your email address and password. Put the following in your browser, replacing the text in [square brackets] with values appropriate to your install:
Two important notes:
The API should give you an XML response with a token that looks something like this:
Copy the token value. Now change your starting case number by putting the following URL in your browser, again replacing the appropriate values:
The response given will always be
However, if you're viewing this in a browser, that response may be summarized as simply:
But actually viewing the source of that page should yield the complete response as shown above. If you're having difficulty with this, please make sure you're using a token associated with a site admin account. |
||||||
|
|
0
|
I have been using this technique while importing cases from our old system to preserve case numbers. However, I updated to 7.3 last week and now the first time I have tried to use in the last week or so it no longer works. Has this changed in the latest update ? |
||||||
|