Modify

Opened 17 years ago

Closed 15 years ago

#1010 closed enhancement (fixed)

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

Reported by: rupert thurner Owned by: osimons
Priority: high Component: XmlRpcPlugin
Severity: normal Keywords:
Cc: Steffen Pingel 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 (0)

Change History (7)

comment:1 Changed 17 years ago by rupert thurner

see also eclipse mylar bug 154095.

comment:2 Changed 17 years ago by Alec Thomas

Resolution: invalid
Status: newclosed

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.

comment:3 Changed 17 years ago by rupert thurner

Resolution: invalid
Status: closedreopened

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.

comment:4 Changed 17 years ago by anonymous

Cc: Steffen Pingel added; anonymous removed

comment:5 Changed 17 years ago by osimons

See #1001 for related discussion.

comment:6 Changed 15 years ago by osimons

Owner: changed from Alec Thomas to osimons
Status: reopenednew

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.

comment:7 Changed 15 years ago by osimons

Resolution: fixed
Status: newclosed

(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.

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.