diff options
| author | streetturtle <streetturtle@users.noreply.github.com> | 2020-01-30 10:39:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-30 10:39:01 -0500 |
| commit | 19d3f47e76db2537ad1e55456e778027119ac93d (patch) | |
| tree | 66350a5200c4ebb0f14b866d5ebaf73194a52849 | |
| parent | cd80ecd952279f1c0e6cba09f4a790e1dbcf911d (diff) | |
Update README.md
| -rw-r--r-- | jira-widget/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jira-widget/README.md b/jira-widget/README.md index 4690fa9..fef7eeb 100644 --- a/jira-widget/README.md +++ b/jira-widget/README.md @@ -33,6 +33,11 @@ Then change file's permissions to 600 (so only you can read/write it): ```bash chmod 600 ~/.netrc ``` +And test if it works by calling the API: + +```bash +curl -s -n 'https://turtleninja.com/rest/api/2/search?jql=assignee=currentuser()+AND+resolution=Unresolved' +``` Clone/download repo and use widget in **rc.lua**: |
