Ticket #1010 (closed enhancement: fixed)

Opened 6 years ago

Last modified 4 years ago

add a call to get a filtered user list for setting a user into cc, assign in tools like mylar

Reported by: ThurnerRupert Assigned to: osimons
Priority: high Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: steffenp@gmx.de Trac Release: 0.10

Description

http://eclipse.org/mylar exposes trac tickets into eclipse gui. currently missing is a functionality to set users out of a filtered list.

Attachments

Change History

12/15/06 16:33:05 changed by ThurnerRupert

see also eclipse mylar bug 154095.

12/24/06 07:13:04 changed by athomas

  • status changed from new to closed.
  • resolution set to invalid.

This is not an XmlRpcPlugin bug. It contains the ability to search for users in the CC list (server.ticket.query("cc~=bob@hotmail.com")) and for setting ticket properties.

12/25/06 14:58:59 changed by ThurnerRupert

  • status changed from closed to reopened.
  • resolution deleted.

there should be a possibility to retrieve existing users, i.e. users to which tickets can be assigned to present them in some list. what is the xml-rpc call to get the users?

as i understand there is no relation between "existing users" or "users that already logged in once", and "users already mentioned in the cc field".

allow to reopen as a reminder.

01/18/07 00:53:15 changed by anonymous

  • cc set to steffenp@gmx.de.

08/21/07 13:21:30 changed by osimons

See #1001 for related discussion.

06/13/09 03:05:56 changed by osimons

  • status changed from reopened to new.
  • owner changed from athomas to osimons.

Workflow support in latest patch on #1075 will add this for 'reassign' - if trac.ini is configured to restrict ticket owners. Support for retrieving users for arbitrary uses (like cc or any other listing) will not be included - nor should it be.

06/14/09 02:03:09 changed by osimons

  • status changed from new to closed.
  • resolution set to fixed.

(In [6045]) XmlRpcPlugin: Workflow support - finally!

  • Adds workflow support and improved ticket creation and update to be aligned with recent Trac 0.11.x features. See #1075 for all details.
  • As workflow controls permissions for actions, update() permission is changed to TICKET_VIEW, closing #3642.
  • With workflow and 'action' support, users are also available for reassignment if the project is configured to restrict ticket owners. This should close #1010.
  • As 'status' is now the domain of workflow, these status-manipulation methods are now deprecated and replaced with no-op versions for compatibility. That should take care of #5268.

Version bumped to 1.0.1.


Add/Change #1010 (add a call to get a filtered user list for setting a user into cc, assign in tools like mylar)




Change Properties
Action