Skip to content

Releases: programmiersportgruppe/jira-sync

Introducing cookie based authentication

06 Mar 13:31
Compare
Choose a tag to compare

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

0.4.5

22 Apr 12:03
Compare
Choose a tag to compare

Removing debug output and unnecessary output.

0.4.4

22 Apr 12:02
Compare
Choose a tag to compare

Support for fetching attachments and rendering them to markdown.

v0.4.3

02 Apr 19:56
Compare
Choose a tag to compare
  • Tightening timeout
  • Denoise the output
  • Adding a progress bar
  • Fix exceptions to contain http status
  • Improving readme

v0.3

20 Mar 22:16
Compare
Choose a tag to compare
  • Adding formatting utility jira-format-issues
  • Improved error messages