Skip to content

Releases: mattermost/mattermost-plugin-jira

v3.2.4

06 Mar 17:57
05bf60b
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 6.5.0+

Enhancements

Fixes

v3.2.3

02 Feb 08:50
e38c741
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 6.5.0+

Enhancements

Fixes

  • e38c741 Release 3.2.3 (#906)
  • 59a00ae Update install instructions to include Jira 9 hint (#909)
  • 22616de [GH-865]: Solved the bug: Jira issues cannot be created anymore with Jira Server/Datacenter 9.x (#881)

v3.2.2

30 Nov 08:37
9df7807
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 6.5.0+

Enhancements

Fixes

v3.2.1

31 Oct 12:20
9479110
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 6.5.0+

Enhancements

Fixes

v3.2.1-rc1

01 Oct 13:31
Compare
Choose a tag to compare
v3.2.1-rc1 Pre-release
Pre-release

Supported Mattermost Server Versions: 6.5.0+

Enhancements

Fixes

  • 0920a3b make apply
  • cd9ec6e bump version 3.2.1
  • cc7709d MM-47046/MM-47052 Use version of React DOM provided by web app (#868)

v3.2.0

01 Mar 20:58
f986c15
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 6.5.0+

Enhancements

Fixes

  • f986c15 Bump version to 3.2.0 (#846)
  • 6abe3ca Removed EnableWebhookEventLogging setting (#847)
  • 39352da Require Mattermost 6.5.0 (#844)
  • 514e5c2 MM-40922: First-time setup flow (#833)
  • c6a6f00 [MM-39399] Bump min_server_version due to imported server dependency breaking changes (#818)
  • b62a305 [issue 823] Avoid sending mention DM notifications for comment updates #823 (#824)
  • f5a17e1 Cross-plugin task: Add logging for webhook events #813 (#815)
  • 268b3e4 dist: build linux/darwin arm64 targets (#822)
  • 5afe253 Update Source Available licence to remove EE (#816)
  • 82b86e6 [issue 812]Cross-plugin task: Enable the CircleCI "test" job in each plugin repo that has a webapp plugin #812 (#817)
  • 767e623 Add back build info (#807)
  • e9f071a updated error message (#809)

v3.1.0

22 Sep 15:32
f9b5a21
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.37.0+

Enhancements

  • 99a8136 Include more fields in Create Issue modal (#583)
  • ef10292 [GH-745] Check status of the Jira instance before trying to install (#755)
  • f911555 Improve configuration directions (#767)
  • 5113177 Show subscription name in post when a subscription posts to a channel (#707)

Fixes

v3.0.1

26 Feb 18:54
8374560
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.26.0+

Enhancements

Fixes

#660 Include additional cookie for Jira cloud auth to solve Chrome issue
Most browsers have recently changed their behavior with third-party cookies. This fix adds a SameSite attribute to the authentication cookie to work with the new behavior.

#723 Add *User param to GetUserInfo to avoid read replica issue

v3.0.0

02 Oct 19:20
f6b4164
Compare
Choose a tag to compare

Supported Mattermost Server Versions: 5.26.0+

Enhancements

Fixes

  • 3aea664 add additional pipe for v2legacy print lines (#677)
  • e2526c6 Add batch method to call to mock.AnythingOfTypeArgument (#674)
  • 2fb9772 [GH-663] Saved subscription project value incorrectly updated to default_project_key value (#666)
  • cf42a69 clear up help text (#667)
  • cee0415 [GH-645] update text to mention groups only work for legacy instance (#655)
  • b8c4d9a Include chrome-specific error message in third-party cookie connect error (#633)
  • 2d45afb Delay opening subscribe modal until we know the user has permissions (#621)
  • bbbcac2 Avoid webapp reducer error (#650)

v3.0.0-beta2.1

25 Aug 15:40
dcf1c65
Compare
Choose a tag to compare
v3.0.0-beta2.1 Pre-release
Pre-release

Supported Mattermost Server Versions: 5.24.0+

This release includes data migration that handles multiple jira instances (Exclusive to E20 Licensed servers)

Enhancements

  • dcf1c65 Bump version to v3.0.0-beta2.1 (#643)
  • 38f9646 [GH-612] Add ability to change telemetry key to production key on release builds (#623)
  • 8d7fa71 Make it so subscribe autocomplete shows for all users (#92) (#625)
  • e14e8db Add LICENSE to enterprise directory (#97)
  • 0dc4f9b Upped mattermost-server in go.mod to 5.24
  • 88b2680 Add instance list command, and reorder instance commands (#91)
  • 6b34f6c Version bump to v3.0.0-beta (#86)
  • 8dbb195 Validate https secure protocol for jira cloud install. (#552)
  • 3065251 Only show connected instances in instance selector (#79)
  • c179e53 Allow admin to disable slash command autocomplete (#68)
  • 36ac2fa Updated /jira subscribe list (#43)
  • 7068cb4 [GH-8] Add Jira telemetry (#24)
  • 4a83825 [GH-4] add EE license check (#22)
  • 675bee2 Store user default instance, project key: backend (#23)
  • b43cc1c Support multi instance for subscribe, create issue, and attach comment modals (#27)
  • d38eab0 Implement connect and disconnect modals (#15)
  • 7eed0d7 Update readme.md
  • 0cc19bd GH-531 Add info about /jira webhook (#554)
  • db13076 Bump elliptic from 6.4.0 to 6.5.3 in /webapp (#602)
  • 2e571fa Bump lodash from 4.17.14 to 4.17.19 in /webapp (#597)
  • f7067fd Validate https secure protocol for jira cloud install. (#552)
  • c6c765a Add .npmrc file for save-exact packages (#586)
  • b9cb9aa Add badges to README (#550)

Fixes