Modify ↓
Opened 16 years ago
Closed 16 years ago
#8748 closed defect (worksforme)
cannot set new ticket owner
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | ticket system | Version: | 0.11.5 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
According to the TracTickets wiki, I should be able to set the owner for new tickets by using a call to the /newticket? URL with owner=name. But when I do this, the owner always gets set to the owner associated with the component.
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
comment:3 by , 16 years ago
| Resolution: | → worksforme |
|---|---|
| Status: | new → closed |
[/newticket?component=notification without owner], [/newticket?component=notification&owner=cboos with owner]
(component owned by eblot at the time of this writing)
Note:
See TracTickets
for help on using tickets.



Are you using:
in TracIni?
If so, and if the name given to the owner parameter doesn't match one of the entries in the list, then it won't work.