Skip to content

Releases: linked-planet/kotlin-atlassian-client

v0.13.20 remove arrow-meta dependency

22 May 16:13

Choose a tag to compare

remove arrow-meta dependency

v0.13.12 Page no longer inherits from List

26 Mar 16:17

Choose a tag to compare

  • Page no longer inherits from List

v0.13.11 add iconUrl and more to IssueType

26 Mar 13:31

Choose a tag to compare

What's Changed

  • Feature/add icon url to issue type by @HighKo in #24

Full Changelog: v0.13.10...v0.13.11

v0.13.10 add schema to JiraIssueTypeAttribute

22 Mar 07:25

Choose a tag to compare

What's Changed

  • Feature/add jira attribute schema by @HighKo in #23

Full Changelog: v0.13.9...v0.10.10

v0.13.9 Improve error messages

17 Mar 19:26

Choose a tag to compare

v0.13.7 Security Release

12 Mar 09:06

Choose a tag to compare

What's Changed

  • use correct dateFormat for DateTime CustomField by @HighKo in #21
  • Feature/improve error messages by @HighKo in #22
  • Feature/refactor manager to service, so Jira handles Permissions by @HighKo in #20

Full Changelog: v0.13.6...v0.13.7

v0.13.6 Bugfix release

24 Jan 12:24

Choose a tag to compare

  • fix nullpointer exception when creating error messages

v0.13.5 validate all parameters

12 Jan 16:19

Choose a tag to compare

  • assignee is not on the default screen and therefore the default value is used (auto assign) instead of the given value

v0.13.4 Permission Security Patch

11 Jan 10:28

Choose a tag to compare

  • use service classes instead of manager classes
  • add tests for unknown users

v0.13.3 Bump Arrow Version

04 Dec 17:14

Choose a tag to compare

  • Bump Kotlin Version to 1.8.20
  • Bump Arrow Version to 1.2.1
  • Provide default values for inheritance from Page class