Merge pull request #349 from aszenz/patch-1

Fix command for sprint issues w/o project
This commit is contained in:
coryb
2020-06-18 09:40:59 -07:00
committed by GitHub
+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
```