Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix project name not showing in Jira tickets #3745

Merged
merged 1 commit into from
May 23, 2024

Conversation

lgrguricmileusnic
Copy link
Contributor

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 .

Additional Details

Checklist

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.

Signed-off-by: Lovro Grgurić Mileusnić <[email protected]>
@nscuro nscuro added defect Something isn't working integration/jira Related to the Jira integration labels May 22, 2024
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) (target: 70.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (b188c7d) 21640 16399 75.78%
Head commit (98f8dae) 21640 (+0) 16399 (+0) 75.78% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#3745) 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: <covered lines added or modified>/<coverable lines 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

@nscuro nscuro added this to the 4.12 milestone May 23, 2024
Copy link
Member

@nscuro nscuro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@nscuro nscuro merged commit 0aee910 into DependencyTrack:master May 23, 2024
12 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
defect Something isn't working integration/jira Related to the Jira integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Affected project name not shown in Jira ticket summary for NEW_VULNERABLE_DEPENDENCY notification type
2 participants