Implemented Subtask List & create

Example shell script see "create-subtasks.sh"

NOT FINISHED!
This commit is contained in:
2024-02-29 16:13:43 +00:00
parent 88fb3107ce
commit b9b823df1f
7 changed files with 157 additions and 44 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
while IFS= read -r TEXT
do
python3 main.py -c ./config-mira.json subtask create --project 310 --task 6253 --body "$TEXT"
done