Opened 18 years ago
Last modified 7 years ago
#1220 new enhancement
Enter multiple tickets at once
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | high | Component: | Request-a-Hack |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
Sometimes we brainstorm ideas and get a whole list of tickets together at once. Entering each ticket separately takes more time than it needs it.
What I'd like is something that can import ticket names and descriptions from formatted text, all at once, and offer a normal ticket form as a template to insert the values into for each ticket. Then I could say "these are 50 tickets for this milestone" and have them all added at once.
A table to let you edit the details in bulk could work, but isn't really needed since the tickets can be passed off to the batch ticket modify plugin.
Attachments (0)
Change History (6)
comment:1 Changed 18 years ago by
comment:2 Changed 17 years ago by
Owner: | changed from anybody to coderanger@… |
---|---|
Priority: | normal → high |
Severity: | blocker → major |
This need to be readdressed in a smoother manner. Maybe and upload button and standard xls or csv. Thanks, it seems your the trac-hack god.
comment:3 Changed 17 years ago by
I'm in need of this one asap.. I might start hacking at it myself..
comment:5 Changed 16 years ago by
Hi,
I'm looking for the same kind of thing assisting in our planning meeting. What I found:
- GridModifyPlugin which only supports select fields, not text fields; but the author said it should be easy to extend
- csv2trac script which enables im/exporting to excel, thus editing in excel and importing the edited excel to update; but since this is a script, not an egg, I don't know if we can use it on our hosted trac account. http://trac.edgewall.org/attachment/wiki/TracSynchronize/csv2trac.2.py
If you get further on writing the stuff your own, please keep me informed !
comment:6 Changed 7 years ago by
Severity: | major → normal |
---|
You could do something like this with a good spreadsheet program and csv2trac.py.
I would add that editing certain fields of a bulk set of tickets, that are the result of a query or search, all with one click, would be extremely useful for QA departments. For example, say that a boat load of tickets in a given component, all corresponding to a single common keyword and developer, are all regression tested, and determined fixed. One should be able to search for all tickets with the same component, keyword, and developer; and then click something akin to "mark all as fixed", hit submit, and be done.