From 2fd2dee2be3ff33660baa3149e9aaaa639d8215d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 8 May 2025 20:18:09 +0300 Subject: Update --- dotfiles/fish/conf.d/taskwarrior.fish | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dotfiles/fish/conf.d/taskwarrior.fish b/dotfiles/fish/conf.d/taskwarrior.fish index eee84c7..0684458 100644 --- a/dotfiles/fish/conf.d/taskwarrior.fish +++ b/dotfiles/fish/conf.d/taskwarrior.fish @@ -54,6 +54,15 @@ function taskwarrior::add::standup if test (count $argv) -gt 0 task add priority:L +work +standup +sre +nosched $argv task add priority:L +work +standup +storage +nosched $argv + + if test -f ~/git/helpers/jira/jira.rb + echo "Do you want to raise a Jira ticket? (y/n)" + read -l user_input + if test "$user_input" = y + ruby ~/git/helpers/jira/jira.rb --raise "$argv" + end + end + else vit +standup end -- cgit v1.2.3