summaryrefslogtreecommitdiff
path: root/jira-widget/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'jira-widget/README.md')
-rw-r--r--jira-widget/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/jira-widget/README.md b/jira-widget/README.md
index 11ca483..5498085 100644
--- a/jira-widget/README.md
+++ b/jira-widget/README.md
@@ -2,6 +2,8 @@
The widget shows the number of tickets assigned to the user and when clicked shows them in the list with some additional information. When item in the list is clicked - it opens the issue in browser.
+![git](./out.gif)
+
## How it works
Widget uses cURL to query Jira's [REST API](https://developer.atlassian.com/server/jira/platform/rest-apis/). In order to be authenticated, widget uses a [netrc](https://ec.haxx.se/usingcurl/usingcurl-netrc) feature of the cURL, which is basically to store basic auth credentials in a .netrc file in home folder.