From 5fa52ac88fd09dfc23dca37754866b3a9bab71e6 Mon Sep 17 00:00:00 2001 From: Leo Palmer Date: Mon, 4 Nov 2024 12:36:04 +0100 Subject: [PATCH] Add some todos --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6cad46..9119a20 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,8 @@ source <(jt --completion) > **Note:** Currently only `zsh` is supported. If you want to add support for another shell, feel free to open a PR. ### TODO -- [ ] Add support for creating sub-Tasks with Tasks as parents. Currently we don't know what type the issue passed to `-p` is. \ No newline at end of file +- [ ] Allow for creation of multiple issue types. Use strings since each JIRA instance can have different issue types. +- [ ] Check issue type when creating with a parent as it has to follow the issue hierarchy. +- [ ] Pass the parent issue type to the creation func, or dynamically query for the issue type. +- [ ] Investigate if there's a way to get the issue type hierarchy from the JIRA API. +- [ ] Add support for more shells. \ No newline at end of file