Skip to content

Commit

Permalink
Fix command for sprint issues w/o project
Browse files Browse the repository at this point in the history
Instead of echo error message, show all sprint issues
  • Loading branch information
aszenz authored Jun 12, 2020
1 parent af7a8f4 commit a9dd1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit a9dd1ed

Please sign in to comment.