django-DefectDojo
django-DefectDojo copied to clipboard
JIRA: finding_text field not showing in issue description
Bug description
The finding_text field does not display in the Jira issue description, even when it is defined in its instance (jira/id/edit).
Steps to reproduce
- Get a valid Jira configuration with a Finding Text.
- Push to Jira.
- The expected text is not being displayed in the Jira issue description (jira_limited and jira_full tested).
Expected behavior The Finding_text field should be displayed in the Jira issue description even if it is at the end of the issue.
Deployment method
- [X] Docker Compose
Environment information
- Operating System: Rocky Linux 9
- Docker Compose version: v2.32.4
- DefectDojo version: v. 2.47.1
Additional context After some research, I was able to fix the problem and I will create a PR for this.