diff --git a/README.md b/README.md index b1c391a5..b73bfc86 100644 --- a/README.md +++ b/README.md @@ -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 ```