I am using an Android device to edit Fogbugz cases via the XML API. However, so far I have only been able to edit case statuses using cmd=reactivate and cmd=resolve. For example, I have added a custom status, "Resolved (In Response)." However this Http Request: http://[fogbugz instance here]/api.asp?cmd=resolve&ixBug=244&sStatus="Resolved (In Response)"&token=[token here] only edits the bug to the default status, "Resolved." I realize I could change this to be the default status, but I need to create multiple "Active" and "Resolved" statuses, so I have to figure this out. Thanks for the help!
Edit: The category and statuses were created in the Workflow Plugin.
Edit2: Using ixStatus instead of sStatus eventually worked, but I still have no way of changing a status from the default active to my custom active status. Any ideas?