Skip to content

Commit

Permalink
Preparing release 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fleipold committed Mar 6, 2019
1 parent 4164381 commit 365ec0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/jirasync/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module JiraSync
VERSION = "0.4.5"
VERSION = "0.4.6"
end

1 comment on commit 365ec0f

@Jrpl1228
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi

Please sign in to comment.