Modify

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#4674 closed enhancement (wontfix)

Keep Task schedule on trac server and update it from there

Reported by: javierurien@… Owned by: osimons
Priority: normal Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description (last modified by Steffen Pingel)

I am working with your plugin for mylyn and I find that it would really be usefull to coordinate a team if I could just assign a schedule to a task and this information gets propagated to the trac server and then to the individual users.

Regards

Attachments (0)

Change History (4)

comment:1 Changed 15 years ago by osimons

Owner: changed from Alec Thomas to osimons

Not quite sure what problem you are trying to solve, and the XmlRpcPlugin won't ever solve problems that are not solveable using standard Trac features and interfaces.

If by 'schedule' you mean milestones, then the plugin has support for that already.

If your 'schedule' is some custom ticket information, then use a custom field to store the information. Custom fields editing should also be supported by the plugin already.

If 'schedule' is some custom task plugin providing own database model++, then make/update the plugin to provide xmlrpc interfaces to its own data. The available xmlrpc methods can easily be extended by other plugins.

Either provide further details about your actual request, or I'll be closing this ticket.

comment:2 in reply to:  1 Changed 15 years ago by anonymous

Replying to osimons:

Not quite sure what problem you are trying to solve, and the XmlRpcPlugin won't ever solve problems that are not solveable using standard Trac features and interfaces.

I think it could be resolved using Trac

If by 'schedule' you mean milestones, then the plugin has support for that already.

No I mean the Mylyn schedule property you can configure to the tasks.

If your 'schedule' is some custom ticket information, then use a custom field to store the information. Custom fields editing should also be supported by the plugin already.

It could be stored in a custom field, but later the plugin should interpret it and set the appropriate schedule on the Mylyn side.

If 'schedule' is some custom task plugin providing own database model++, then make/update the plugin to provide xmlrpc interfaces to its own data. The available xmlrpc methods can easily be extended by other plugins.

Either provide further details about your actual request, or I'll be closing this ticket.

I'll try, for example, from my office I open a Task and schedule it (a Mylyn property) for Friday, the plugin writes this annotation to the ticked. From home I synchronize with the task repository and the XmlRpcPlugin reads that the ticket has been scheduled and sets that date as the schedule (on the Mylyn side) for the Task.

Let me know if you need more clarifications, english is not my mother language and I may not be as clear as I think I am B)

Regards

comment:3 Changed 15 years ago by Steffen Pingel

Description: modified (diff)
Resolution: wontfix
Status: newclosed

I think it would be best if this feature was raised against Mylyn since the XmlRpcPlugin provides all necessary means to share scheduling information (e.g. through custom fields). Please feel free to add your requirements to this bug which discusses a related request:

168333: [activity] link repository fields to task fields https://bugs.eclipse.org/bugs/show_bug.cgi?id=168333

comment:4 Changed 15 years ago by anonymous

Great, thanks. I look forward to this functionality.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain osimons.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.