Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 248714 - Action Accept is not submitted to Trac
Summary: Action Accept is not submitted to Trac
Status: RESOLVED DUPLICATE of bug 223173
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Mylyn (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P4 trivial (vote)
Target Milestone: ---   Edit
Assignee: Steffen Pingel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 09:02 EDT by Andre Sudhoff CLA
Modified: 2008-10-12 21:26 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Sudhoff CLA 2008-09-26 09:02:45 EDT
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>
Comment 1 Steffen Pingel CLA 2008-10-11 18:01:49 EDT
Which version of Trac are you using?
Comment 2 Steffen Pingel CLA 2008-10-11 18:34:55 EDT
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?
Comment 3 Timothy Pinet CLA 2008-10-12 09:39:21 EDT
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.
Comment 4 Steffen Pingel CLA 2008-10-12 21:26:14 EDT
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 ***