From 19d3f47e76db2537ad1e55456e778027119ac93d Mon Sep 17 00:00:00 2001 From: streetturtle Date: Thu, 30 Jan 2020 10:39:01 -0500 Subject: Update README.md --- jira-widget/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'jira-widget') 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**: -- cgit v1.2.3