Releases: programmiersportgruppe/jira-sync
Releases · programmiersportgruppe/jira-sync
Introducing cookie based authentication
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