Ticket #411 (closed defect: fixed)
Opened 8 years ago
Last modified 3 years ago
Edit ticket description?
| Reported by: | anonymous | Owned by: | daniel |
|---|---|---|---|
| Priority: | high | Milestone: | 0.8 |
| Component: | ticket system | Version: | 0.7 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by cboos) (diff)
We're migrating over to trac from CVSTrac. In CVSTrac we could edit the initial description of the ticket so that we can correct bad wiki formatting and so forth. Its not possible to preview your ticket — so once you hit submit you're stuck with all the mistakes you made.
You can currently change the summary, it seems, but not the full description. I want to change the full description, but I have no way to do this.
I recognize that your usage of the ticket system is to put a somewhat terse one-liner into the description field, and then use the discussion to provide the details.
Although the discussion is useful to document, I prefer to summarize the results of the investigation into the description afterwards, so that you don't have to read the entire discussion — the description will be enough.
Attachments
Change History
comment:1 Changed 8 years ago by daniel
- Milestone set to 0.8
comment:2 Changed 8 years ago by anonymous
- Priority changed from normal to high
comment:3 Changed 8 years ago by dobes
Putting the tickets under revision control sounds cool, but it seems like the revision numbers of the repository would climb like crazy because every ticket added or edited would create a new changeset. Plus, trac currently does not modify the repository at all — changing it to do so might create other problems.
comment:4 Changed 8 years ago by anonymous
- Version changed from 0.6.1 to 0.7
comment:5 Changed 8 years ago by daniel
- Owner changed from jonas to daniel
- Status changed from new to assigned
My take on editing ticket descriptions is that it should be limited to ppl with TRAC_ADMIN privileges.
comment:6 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from assigned to closed
Implemented in [738].
comment:7 Changed 3 years ago by aahz@…
- Resolution fixed deleted
- Status changed from closed to reopened
As a new Trac user, I also find this behavior suboptimal. It's been five years, please revisit this design flaw — it makes it very difficult to update a ticket summary so that others don't need to scroll through the entire comment history.
comment:8 Changed 3 years ago by cboos
- Description modified (diff)
- Milestone 0.8 deleted
- Resolution set to worksforme
- Status changed from reopened to closed
It's possible to achieve this in Trac 0.11 by giving the TICKET_EDIT_DESCRIPTION permission, see TracPermissions#TicketSystem.
comment:9 Changed 3 years ago by cboos
- Resolution worksforme deleted
- Status changed from closed to reopened
(oops, shouldn't have cleared the milestone)
comment:10 Changed 3 years ago by cboos
- Milestone set to 0.8
- Resolution set to fixed
- Status changed from reopened to closed



I am in the same side. But to allow changes in the description, it would be nice if the ticket
itself is under revision control.
As Trac has already integrated with subverion, some idea from below link
http://subissue.tigris.org/
may make sense. Unfortunately I am not the python programmer and not able to contribute to it.