Community
Participate
Working Groups
If I try to set the action of a assigned ticket to "Accept" using the rich client, but the ticket status will remain unaffected. I had a look at the transmitted XML data and there the status assigned is transmitted not accepted. <?xml version="1.0" encoding="UTF-8"?> <methodCall> <methodName>ticket.update</methodName> <params> ... <member> <name>status</name> <value>assigned</value> </member> <member> ... </params> </methodCall>
Which version of Trac are you using?
I have verified that this is the expected behavior for Trac 0.10: http://mylyn.eclipse.org/tractest/ticket/82#comment:1 . How does that change in your repository if you accept a ticket?
I have a server installation with: - Apache 2.2 - Trac 0.11 (with XMLRPC plugin) - Python 2.5 The workstations are: - Eclipse 3.4 with Trac Mylyn connectors What is being noticed is that Actions > Accept is not being processed correctly. If I accept an assigned task via Trac Web, then the status changes to Accepted Defect (for example). If I accept an assigned task via Eclipse Trac connector rich client, then the status stays at Assigned and never moves to Accepted. This is probably what the OP is stating that the XML data being sent is incorrect in this case. This is causing some slow downs since all developers need to go into the web client to accept a task.
Thaks for the additional information. Trac 0.11 is not fully supported at the moment. *** This bug has been marked as a duplicate of bug 223173 ***