Skip to content

Releases: snyk-tech-services/jira-tickets-for-new-vulns

6.1.1

03 Jul 21:19
2fe8a94
Compare
Choose a tag to compare
patch: force release (#229)

6.1.0

27 Jun 11:24
123adb8
Compare
Choose a tag to compare
release changes (#222)

major: trigger upgrade (#220)

5.1.0

18 Oct 11:06
bc7ccad
Compare
Choose a tag to compare
RELEASE (#207)

minor: stop excluding code issues from being considered fixable

5.0.0

22 Jun 11:00
9594f60
Compare
Choose a tag to compare

Migrate to REST List Projects API & other improvements

  • Added DueDate support for creating Jira (#185)
  • Align urls with the recommended domains and paths (#192)
  • Added the optional flag for the due date built-in flag
  • Use public utility container for github releasing tool (#194)
  • Migrate to REST List Projects API (#199)

4.41.2

16 Dec 16:22
c767029
Compare
Choose a tag to compare

New optional flag --canAutoPR that will create Jira tickets only if the issue can be addressed by an automatically generated Snyk PR because all relevant remediation is available.

4.40.2

17 Nov 15:11
247502c
Compare
Choose a tag to compare
RELEASE (#181)

minor: Added new argument to add CVE in Jira summary

Added a new optional cveTitle argument
When optional argument is present, the list of CVE is added to the
jira summary only for Open Source Issues (Snyk Code does not have CVE in API)

Co-authored-by: Alexandre Vallières-Lagacé <alexandre@circleci.com>

4.39.2

10 Nov 17:13
7fd6551
Compare
Choose a tag to compare
minor: jira body format tags + identifies in body

* minor: add a new format to the supported custom field

* minor: fix the readme

* minor: check the config file values early

* minor: add error file creation

* major: fix project listing

* minor: Fixed Jira Body Format Tags

Unopened bracket was missing and two titled section used different
markup (one stars and the other was bold)
Typo in the license comment
Updated Tests to match the fixed format

* minor: filter out Code Issues based on prioriityScore if set

* minor: Added Identifiers to JIRA Ticket Body

Iterating through the list of issue identifiers (CVE, CWE, etc) and
add them to the Jira Ticket body

Co-authored-by: Mathilde <mathilde.riou@snyk.io>
Co-authored-by: Alexandre Vallières-Lagacé <alexandre@circleci.com>

4.39.1

05 Nov 20:00
Compare
Choose a tag to compare
minor: Added Identifiers to JIRA Ticket Body

Iterating through the list of issue identifiers (CVE, CWE, etc) and
add them to the Jira Ticket body

4.38.1

03 Nov 16:48
Compare
Choose a tag to compare
minor: filter out Code Issues based on prioriityScore if set

4.37.1

27 Oct 21:20
Compare
Choose a tag to compare
minor: Fixed Jira Body Format Tags

Unopened bracket was missing and two titled section used different
markup (one stars and the other was bold)
Typo in the license comment
Updated Tests to match the fixed format