Skip to content

Releases: pycontribs/jira

v3.8.0

25 Mar 12:15
fbdb2bf
Compare
Choose a tag to compare

Minor Changes

Bugfixes

  • add backward compatibility for createmeta_issuetypes & createmeta_fieldtypes (#1838) @paminov

v3.7.0

23 Mar 21:49
e8104ea
Compare
Choose a tag to compare

Note

Not released on PyPI (see 3.8.0)

What's Changed

New Contributors

Full Changelog: 3.6.0...3.7.0

v3.6.0

05 Jan 16:39
475a4c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.2...3.6.0

v3.5.2

29 Jun 11:29
93eb05f
Compare
Choose a tag to compare

This hotfix targets the OAuth1 related regression in #1677

Minor Changes

Bugfixes

v3.5.1

01 Jun 10:05
0a804f7
Compare
Choose a tag to compare

Minor Changes

  • Update the type for issue in add_comment & transition_issue for better type hints (#1580) @dvaerum
  • Switch from SIGNATURE_RSA to SIGNATURE_HMAC_SHA1 (#1643) @traylenator

Bugfixes

v3.5.0

11 Mar 21:17
eeba6ae
Compare
Choose a tag to compare

Minor Changes

  • [feature] Add support for requests timeout (#1574) @Victor-D
  • Add projectstatuses method to get project statuses (missing endpoint) (#1267) @kayx23
  • Get the properties when fetching an Issue (#1605) @turran
  • Support for the new 'createmeta' API in Jira 8.4+ (#1527) @pmilosev

Bugfixes

  • Make create_issue_link work with issue_link-objects (#1621) @rynkk
  • [feature] Add support for requests timeout (#1574) @Victor-D
  • Made create_issue and create_issues consistent to handle multiple issue types with same name (#1594) @gmainguet
  • KeyError: "X-RateLimit-FillRate" fix (#1593) @rehsals
  • Properly parse errorMessage key in error response (#1526) @GeyseR
  • Use proper SPDX identifier (#1502) @Shortfinga

v3.4.1

06 Sep 10:30
7846ac3
Compare
Choose a tag to compare

Minor Changes

Bugfixes

  • add required parameter field 'permissions' to my_permissions method (#1472) @rena2damas
  • Avoid always passing on an empty body even if not given (#1471) @razziel89

v3.4.0

14 Aug 23:03
c141213
Compare
Choose a tag to compare

Minor Changes

Bugfixes

  • fix .add_issues_to_epic() (#1450) @adehad
  • Fix using str as issue type with .create_issue() when issue type with that name exists in many projects (#1448) @dblanchette

v3.3.2

08 Aug 08:22
00c3798
Compare
Choose a tag to compare

Bugfixes

  • allow filter updates when no description returned by Jira (#1447) @adehad
  • Fix bug preventing use of an int for issuetype in create_issue() (#1445) @rynkk
  • derive attachment fname from BufferedReader object (#1437) (#1438) @mtripoli

v3.3.1

26 Jul 17:39
49fe68c
Compare
Choose a tag to compare

Bugfixes

  • [Regression] ensure None is handled correctly in search_issues() (#1434) @adehad
  • Raise JIRAError when no user found (#1383) @lishoujun