I've got a case report which is supposed to allow an end user to change the category of cases to Bug, Feature or Inquiry. I can't get it to work though.
A sample command string looks like this:
api.asp?cmd=edit&ixBug=600&sEvent=Decision&token=[removed]&sCategory=Inquiry
Now, by my reckoning from the API docs, this should update the case #600 with a comment (sEvent) and category (sCategory). The sEvent updates correctly, but I can't for the life of me get the category to update.
I've tried updating Status (both sStatus and ixStatus) and Area (both sArea and ixArea) and they won't take either.