-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hey there again :-)
while making final test with my new feature of magical-parameters I was trying to figure out how this feature is supposed to work.
I am talking about the helptext when creating a new automatic action, where ist says:
Enter one line per task, or leave blank to copy Task Title and create only one subtask.
I have checked this on another testboard, with the current version 2.1.0 and from what I can test, this is what happens now:
- If left completely blank ... NO auto-subtask is being created.
- If adding blank line(s) in between other lines, then for the empty lines auto-subtasks with the task-title will be created as well as the auto-subtasks explicitly entered into the list.
Screenshots
Creating an AutoSubtasks-action with blank lines

Resulting TASK from action as above

How is it really supposed to act?
-
Only create ONE auto-subtask, if the textarea while creating the auto-action is left completely blank, BUT ignore empty lines when other lines for subtask-titles are present ?
-
Create ONE auto-subtask, if the textarea while creating the auto-action is left completely blank OR else create as many auto-subtasks as lines have been entered into the textarea, and replace blank lines with the main-title (Status Quo like in my tests)
P.S. Whichever option it is ... I am willing and able to make that work :-)