Skip to content

Introducing cookie based authentication

Latest
Compare
Choose a tag to compare
@fleipold fleipold released this 06 Mar 13:31

Solving issue #6, now, you can also use a session cookie to authenticate jira-sync, like
so:

jira-sync \
    --baseurl https://jira.myorganisation.com \
    --project MYPROJ  \
    --cookie JSESSIONID=… \
    --target issues/MYPROJ/raw \
    fetch