-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
enhancementhelp_wantedWe would welcome a community contribution on thisWe would welcome a community contribution on this
Description
Currently the JIRA summary of issues created by Defect Dojo is hardcoded finding.title.
Ideally this would be customizable via a template or otherwise.
django-DefectDojo/dojo/jira_link/helper.py
Lines 685 to 690 in 1a80117
| 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 thisWe would welcome a community contribution on this