We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This fails in taskw:
$ task add project:srl description:"TEST" githubbody:"depends on #999999999999999\n" The value is not an expression.
Somehow, task doesn't tell me what isn't an expression. I guess it's parsing the 'depends' somehow.
I don't know if this is a taskw bug, or something bugwarrior should workaround.
The text was updated successfully, but these errors were encountered:
looks like it may be fixed in GothenburgBitFactory/taskwarrior#2257
Sorry, something went wrong.
I suspect this is the same issue as #733, though the workaround of ralphbean/taskw#135 wouldn't work here. I'd be curious to see if GothenburgBitFactory/taskwarrior#2405 fixes both these issues.
The code path in question already uses description:"blah.." as above, so if I'm understanding correctly it wouldn't work as a workaround.
description:"blah.."
I am working around it by rewriting my issue descriptions. Changing the human language to match the tool 😀
I suspect this is fixed in recent taskwarriors, per #733 (comment).
No branches or pull requests
This fails in taskw:
Somehow, task doesn't tell me what isn't an expression. I guess it's parsing the 'depends' somehow.
I don't know if this is a taskw bug, or something bugwarrior should workaround.
The text was updated successfully, but these errors were encountered: