Skip to content

Releases: fourplusone/terraform-provider-jira

v0.1.20

05 Jan 22:14
bd277e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.19...v0.1.20

v0.1.19

10 Sep 11:13
2b7f66a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.18...v0.1.19

v0.1.18

31 Aug 18:14
7a04506
Compare
Choose a tag to compare

What's Changed

  • Added error parsing to cause project recreation on 404 by @adam-skalicky in #69
  • Fix error "interface conversion: interface {} is map[string]interface {}, not map[string]string" by @fransf-wtax in #51

New Contributors

Full Changelog: v0.1.17...v0.1.18

v0.1.17

06 Jul 18:53
d9735a8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v0.1.17

v0.1.16

27 Jun 21:59
3e3ddbf
Compare
Choose a tag to compare

What's Changed

  • Removing "dep" in favor of Go modules (already present) by @hh-nharward in #34
  • Add some basic docs for the registry by @TomTucka in #41
  • Adds "data." to examples to prevent syntax errors by @Burke9077 in #42
  • Added import funcionality to jira projects by @adam-skalicky in #58
  • Fixed an issue where lead field for Jira Projects was not correctly read
  • Updated to golang 1.18 (adding support Apple Silicon)

New Contributors

Full Changelog: v0.1.15...v0.1.16

v0.1.15

17 May 20:54
98c70a3
Compare
Choose a tag to compare

New Features

  • Set custom fields
  • Set labels

v0.1.14

04 Sep 19:13
Compare
Choose a tag to compare

New Features

v0.1.13

27 Apr 21:35
Compare
Choose a tag to compare

Bug Fixes

  • #22 'accountId' must be the only user identifying query parameter in GDPR strict mode.
  • Use key instead of username to identify users

v0.1.12

19 Mar 23:30
Compare
Choose a tag to compare

Bug Fixes

  • #15 Creating a filter with permissions requires terraform apply to be executed twice for permissions to apply

v0.1.11

28 Nov 17:51
2261b32
Compare
Choose a tag to compare

Features

  • #10 Provider configuration within the config file