-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add parent name to sub task #38
base: master
Are you sure you want to change the base?
Conversation
Example: Before: Parent Task Child Task Sub Child Task After: Parent Task Child Task | Parent Task Sub Child Task | Child Task | Parent Task label no_parent doesn't add name from parent label no_sub_parent doesn't add name from this task to children
I like it! |
I'm having trouble getting this to run 😕
my docker compose
Do you happen to see where I have made a mistake @jVallant ? |
@erauner12 all your arguments seem to work fine for me, I have run them like this: This seems to be an issue only in a container. Originally it was basically a copy of the function above, but for some reason I had to remove the |
I was able to get it to work! I actually had to comb through all of my tasks and remove all hyperlinks from the subtask text. After doing this, I ran it with the same parameters and it worked. |
Example:
Before:
After:
label no_parent doesn't add name from parent
label no_sub_parent doesn't add name from this task to children