Skip to content

Commit

Permalink
Merge pull request #349 from aszenz/patch-1
Browse files Browse the repository at this point in the history
Fix command for sprint issues w/o project
  • Loading branch information
coryb authored Jun 18, 2020
2 parents 97591ef + a9dd1ed commit 36e2a91
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 36e2a91

Please sign in to comment.