Content
View differences
Updated by Max Mutzge over 5 years ago
**As** a work package creator
**I want to** bulk create work packages from plain text, line separate, notes document (that is copy-paste friendly)
**so that** I can create many work package from meeting notes easily and natively
**Acceptance criteria**
* an obvious "Create "[**Create many new work packages" packages"**](https://openproject.dev-dylang.clickmagick.com/openproject/) like option is available on the ./projects/myproject/work\_packages page, which focuses a blank textentry area
* this new input accepts multi-line text
* blank lines are ignored
* the following literal text creates two new work packages, "Hello" and "World" when submitted
```text
Hello
World
```
* multi multi line submissions have a reasonable, modern, default limit, say 120 kilobyte? That should be sufficient for up to about 1000 subject lines in a multi create
* submitting a multi create that nearly uses the default limit should process reasonable quickly on recommended hardware (should not have a likely probability of timing out of the default response time limit)
* optional: max multi-line submission size may be configurable
* optional: create time field values other than subject (similar to existing batch edit field values)
\---
**Notes**
Notes
multi-line text to multiple work package create
as per [https://community.openproject.com/topics/12991?r=13026#message-13026](https://community.openproject.com/topics/12991?r=13026#message-13026)
There has been mentioned a MS Excel specific worksheet that can automate bidirectional sync with openproject, this is an excellent tool in general. However I suggest it is still important that basic bulk create (and export which already exists, yay) be supported in the native openproject interface.
I suggest the feature to reduce the current O(n) work package creation, where the current features requires a per-work-package new-task-click, input-focus, text entry (from copy paste), submit loop. Reduce that to a O(0n + 1) manual work package creation, which is much more attractive for a modest to large quantity of work packages.
**Version**: “Wish List”.
**I want to** bulk create work packages from plain text, line separate, notes document (that is copy-paste friendly)
**so that** I can create many work package from meeting notes easily and natively
* an obvious "Create
* this new input accepts multi-line text
* blank lines are ignored
* the following literal text creates two new work packages, "Hello" and "World" when submitted
```text
Hello
World
```
* multi
* submitting a multi create that nearly uses the default limit should process reasonable quickly on recommended hardware (should not have a likely probability of timing out of the default response time limit)
* optional: create time field values other than subject (similar to existing batch edit field values)
\---
**Notes**
Notes
multi-line text to multiple work package create
There has been mentioned a MS Excel specific worksheet that can automate bidirectional sync with openproject, this is an excellent tool in general. However I suggest it is still important that basic bulk create (and export which already exists, yay) be supported in the native openproject interface.
**Version**: “Wish List”.