Ticket #6899 (closed defect: wontfix)
Opened 4 years ago
Last modified 4 years ago
Cannot reassign to null
| Reported by: | trac-ja@… | Owned by: | ecarter |
|---|---|---|---|
| Priority: | low | Milestone: | 0.11 |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | trac-ja@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
When I reassign a ticket with [ticket] restricted_owner=true,
it contains a empty entry on the head of list on 0.10.
But 0.11 is not contain that.
Do you change spec of this part?
Attachments
Change History
comment:1 Changed 4 years ago by ecarter
- Owner changed from jonas to ecarter
comment:2 Changed 4 years ago by michael.greene@…
comment:3 Changed 4 years ago by ecarter
- Status changed from new to assigned
Similar issue with assigning a default owner of a component.
comment:4 follow-up: ↓ 5 Changed 4 years ago by ecarter
The default owner of a component is a separate issue: #6912.
I'm not certain we want to change this; with the configurable workflow in 0.11, there is set_owner and also del_owner. I don't see how deleting the owner and moving the ticket to the 'assigned' state makes sense. If there is a need for this, I think we'll have to add a set_or_del_owner action. But I suspect it would be better solved as having two separate actions available.
What workflow are you using, and what are you trying to do?
comment:5 in reply to: ↑ 4 Changed 4 years ago by trac-ja@…
Replying to ecarter:
I'm not certain we want to change this
OK, I think that all tickets must have a owner, too.
I just ask you a current spec.
I shuld use MailingList, sorry.
A simple workaround:
- Create nobody user (realuser or entry of SESSION table).
- Set all component's default_owner to nobody.
:-)
comment:6 Changed 4 years ago by ecarter
- Resolution set to wontfix
- Status changed from assigned to closed
If there is a use-case where this is needed, reopen the ticket. Otherwise, I don't think we need a blank entry in the assign-to list.



I'm having the same problem.