Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a redmine plugin to create multiple issues at once?

Redmine has a nice batch edit feature, but nothing equivalent for "batch create" (please correct me if I'm wrong!)

FogBugz lets you quickly create multiple tickets with the same properties (type, status, assignment, etc.) via a ajax-ified text box at the bottom of any filtered view of tickets. Tickets created this way match the values of the filter (and the filter grouping value - there's a text-box at the bottom of each group).

Toodledo has simpler option: it's "Add multiple tasks" feature is a textarea where each line is turned into an item.

Is there a redmine plugin out there that adds functionality like either of the above?

like image 382
Jerph Avatar asked Dec 03 '09 23:12

Jerph


People also ask

How do I create an issue in redmine?

To create a new issue, go to Projects. Use + (quick menu) or go to Issues and then select New issue. You can also create an issue from a project page. If you have not selected a project (i.e., you are not on a project page), the New issue form will also contain a Project field.

What is Roadmap in redmine?

The roadmap provides a highly-configurable, version-based view on the issue tracking system that helps planning and managing the development of a project. It also provides an in-depth (version-based) overview of the current state of your project.

What is redmine plugin?

Redmine is a flexible project management web application. Written using the Ruby on Rails framework, it is cross-platform and cross-database. Redmine is open source and released under the terms of the GNU General Public License v2 (GPL).


1 Answers

Haven't seen such plugin, but for me the duplicate function cover the need (typically create the same bug report for different releases of the project, says trunk and branches where fix will be backported).

like image 158
kriss Avatar answered Nov 22 '22 09:11

kriss