The finding list pages in Defect Dojo have a filter to search for Findings that have or do not have a JIRA issue.
For findings that are in a group and that group has a JIRA issue, this filter currently doesn't work. The filter only checks if the finding itself has JIRA issue.
Question is should we:
- Update the filter to match any JIRA issue, either for the Finding or the group that finding is in
- Add an extra filter
has_group_issue to filter for JIRA issues linked to the group the Finding is in
- Both
- Do nothing
http://localhost:8080/finding/open?has_jira_issue=false

The finding list pages in Defect Dojo have a filter to search for Findings that have or do not have a JIRA issue.
For findings that are in a group and that group has a JIRA issue, this filter currently doesn't work. The filter only checks if the finding itself has JIRA issue.
Question is should we:
has_group_issueto filter for JIRA issues linked to the group the Finding is inhttp://localhost:8080/finding/open?has_jira_issue=false