diff --git a/README.md b/README.md index 0f71ad6..bc01602 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,18 @@ jira-format-issues \ ~~~ +## Using Cookie-Authentication + +If a single-sign-on solution is used, `jira-sync` can also use the session +cookie to authenticate requests to jira, likeso: + + jira-sync \ + --baseurl https://jira.myorganisation.com \ + --project MYPROJ \ + --cookie JSESSIONID=… \ + --target issues/MYPROJ/raw \ + fetch + ## Motivation Having a local, unix-friendly copy of all tickets to avoid JIRA performance issues and diff --git a/lib/jirasync/version.rb b/lib/jirasync/version.rb index 4621a5f..30d83f4 100644 --- a/lib/jirasync/version.rb +++ b/lib/jirasync/version.rb @@ -1,3 +1,3 @@ module JiraSync - VERSION = "0.4.5" + VERSION = "0.4.6" end