Skip to content

Make JIRA summary customizable via template or otherwise #13194

@valentijnscholten

Description

@valentijnscholten

Currently the JIRA summary of issues created by Defect Dojo is hardcoded finding.title.

Ideally this would be customizable via a template or otherwise.

def jira_summary(obj):
summary = ""
if isinstance(obj, Finding):
summary = obj.title
if isinstance(obj, Finding_Group):
summary = obj.name

Metadata

Metadata

Assignees

Labels

enhancementhelp_wantedWe would welcome a community contribution on this

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions