Opened 18 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 18 years ago by
comment:2 Changed 18 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
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 18 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
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 18 years ago by
Cc: | Steffen Pingel added; anonymous removed |
---|
comment:6 Changed 15 years ago by
Owner: | changed from Alec Thomas to osimons |
---|---|
Status: | reopened → new |
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
Resolution: | → fixed |
---|---|
Status: | new → closed |
(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 toTICKET_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.
see also eclipse mylar bug 154095.