Fix command for sprint issues w/o project

Instead of echo error message, show all sprint issues
This commit is contained in:
asrar
2020-06-12 12:01:36 +05:30
committed by GitHub
parent af7a8f45e4
commit a9dd1ed310
+1 -1
View File
@@ -234,7 +234,7 @@ custom-commands:
{{jira}} list --template table --query "sprint in openSprints() and type != epic and resolution = unresolved and project=$JIRA_PROJECT ORDER BY rank asc, created"
else
# otherwise list issues for all project
echo "\"project: ...\" configuration missing from .jira.d/config.yml"
{{jira}} list --template table --query "sprint in openSprints() and type != epic and resolution = unresolved ORDER BY rank asc, created"
fi
```