Pycontribs Jira Versions Save

Python Jira library. Development chat available on https://matrix.to/#/#pycontribs:matrix.org

3.8.0

1 month ago

Minor Changes

  • Add goal field to update/create sprint (#1806) @zbarahal

Bugfixes

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

3.7.0

1 month ago

[!NOTE]
Not released on PyPI (see 3.8.0)

What's Changed

New Contributors

Full Changelog: https://github.com/pycontribs/jira/compare/3.6.0...3.7.0

3.6.0

4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/pycontribs/jira/compare/3.5.2...3.6.0

3.5.2

10 months ago

This hotfix targets the OAuth1 related regression in #1677

Minor Changes

  • Add rich text example to docs (#1681) @ABizzinotto

Bugfixes

  • implement SHA fallback behaviour (#1678) @adehad
  • Update create_project() docstring (#1676) @ABizzinotto
  • Allow the user to override the default signature method (#1664) @Governa

3.5.1

11 months ago

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

  • fix verify not sent with request (#1573) (#1631) @jongracecox

3.5.0

1 year ago

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

3.4.1

1 year ago

Minor Changes

  • Remove setup.py and tidy build scripts (#1443) @adehad

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

3.4.0

1 year ago

Minor Changes

  • Add support for IssueProperty resource (#1439) @turran
  • Add project arg to .issue_type_by_name() (#1448) @dblanchette

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

3.3.2

1 year ago

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

3.3.1

1 year ago

Bugfixes

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