Skip to content

Releases: camelotls/actions-jira-integration

V2.3.4

20 Sep 08:33
4c990c9
Compare
Choose a tag to compare

This release contains the following feat:
Expose the error message ERROR_MSG as an environment variable that could be used by other GitHub action steps.

feat: camelotls/actions-jira-integration #351

v2.3.3

23 Nov 16:04
6a1ebb5
Compare
Choose a tag to compare

Feature

This release contains the following bug fix:

Commits

  • fix: Resolve-Issue-316-fix-UPLOAD_FILES_PATH 2b1b759

v2.3.2

20 Oct 08:08
878f76f
Compare
Choose a tag to compare

Feature

This release contains multiple bug fixes:

Commits

  • fix: Prevent data in issue JSON Payload 048d9
  • chore: removing redundant console.log() calls bef7e
  • chore: issueType field addition bf518
  • chore: Refactor Jira client and add status field (1b2f0)

v2.3.1

15 Oct 08:28
ab143fb
Compare
Choose a tag to compare

Feature

This release gives the user the ability to provide all the extra fields s/he needs to be filled in when creating a Jira ticket:

Commits

  • fix: Handle payload array fields with more than one elements (ab143fb)

v2.3.0

12 Oct 10:59
814c40d
Compare
Choose a tag to compare

Feature

This release gives the user the ability to provide all the extra fields s/he needs to be filled in when creating a Jira ticket:

Commits

  • chore: Fix the way of reading the input JSON (814c4)
  • fix: Handle arrays supplied to extra fields (dc54e)
  • feat: Flexible Template Creation (c590c)

v2.2.0

06 Oct 08:11
4ec0580
Compare
Choose a tag to compare

Feature

This release contains an enhancement that will allow the user to pass a JSON file on JSON_INPUT env variable

Commits

  • feat: JSON_INPUT as file format (4ec05)

v2.1.1

23 Sep 15:00
a1bd2a7
Compare
Choose a tag to compare

Feature

This release contains an enhancement based on array provide input data for better visualisation in Jira:

Commits

  • feat: Handle arrays passed into the input fields(a1bd2)

v2.1.0

07 Sep 08:15
c2b98f2
Compare
Choose a tag to compare

Feature

This release contains some bug fixes and the shift of the jql construction to the user to make the action more flexible:

Commits

  • feat: Shift the jql construction to the user(b8909)
  • chore: Fix README(c2b98)

v2.0.1

01 Sep 07:13
749f44b
Compare
Choose a tag to compare

Feature

This release contains a small update helping the user with some extra logging:

Commits

  • fix: user logging improvement and general fixes(749f4)

v2.0.0

25 Aug 07:56
f8df37a
Compare
Choose a tag to compare

Feature

This release contains some major updates regrading the following:

Commits

  • fix: Synchronise ticket creation / logout (c3cc6)
  • fix: Duplicate issue mechanism improvement (185d5)
  • fix: Minimise the loss of issues (3962f)
  • chore: Add issue link upon its creation (e9a86)
  • feat: Adding upload artifact functionality (f8df3)