Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enabled subtask handling, either by Jira Sub-task or Jira issue linking #52

Closed
wants to merge 5 commits into from

Conversation

dieck
Copy link
Contributor

@dieck dieck commented Jun 3, 2022

Subtask handling was basically disabled, by setting all parents to None in clickup handler.
I assume this is because Jira can only handle one level of sub-tasks, why clickup can work recursively?
(Jira issue type Sub-task cannot contain other Sub-task)

I made this configurable by environment variable:
Default (unset) is to not have sub-task handling at all,
setting SUBTASKS env variable to "subtask" will use Jira Sub-task style (but you will be responsible to check your data first and ensure that there is only one level if tasks!),
setting to "linked" will use Jira issue linking. In that case, you have to provide a Link type name as env variable LINKEDTYPE as well.

Also improved ordering of issues, so that parents exist when children are to be created

@anmarkoulis anmarkoulis deleted the branch anmarkoulis:master August 27, 2024 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants