DependencyTrack / dependency-track

Dependency-Track is an intelligent Component Analysis platform that allows organizations to identify and reduce risk in the software supply chain.
https://dependencytrack.org/
Apache License 2.0
2.45k stars 532 forks source link

Backport: Fix project name not showing in Jira tickets #3787

Closed nscuro closed 1 month ago

nscuro commented 1 month ago

Description

Changed "subject.dependency.project.name" to "subject.component.project.name" in default Jira template, to fix project name not displaying in Jira ticket summaries for notifications with type NEW_VULNERABLE_DEPENDENCY.

Addressed Issue

Fixes #3744 Backports #3745

Additional Details

N/A

Checklist

codacy-production[bot] commented 1 month ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.00% (target: -1.00%) :white_check_mark: (target: 70.00%)
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (3af6f5a55251d242a2b623f9e1a4d20824dc0145) | 22075 | 16773 | 75.98% | | | Head commit (3d463093bc87c859ccae3e042ca2326fc600de92) | 22075 (+0) | 16773 (+0) | 75.98% (**+0.00%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#3787) | 0 | 0 | **∅ (not applicable)** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more