Minor Changes
- Added warning log if issue link type not present (#1787) @SageTheWizard
- Issue Field and Issue Type object based methods (#1784) @adehad
- support pagination in createmeta methods (#1729) @paminov
- feat: add an option to use POST for search_issues (#1723) @BlankTiger
- add visibility argument (#1552) @adehad
- Replace imghdr with Pillow's PIL (#1680) @ABizzinotto
Bugfixes
- fix: small fix for dev docker (#1786) @studioj
- Do round trip with json dumps and loads to ensure true json params (#1780) @adehad
- use
template_name
forcreate_project()
(#1553) @adehad - Add handling of 503 Service Unavailable retries (#1713) @gmainguet
- response.bool() returns False for Exception cases, so use "is not None" instead (#1748) @brezelman
- Fix #1774 by updating the Accept value to be valid (#1778) @dbaxa
- Remove xmlrunner (#1753) @ssbarnea
- Use user_id when adding watcher (#1682) @ABizzinotto