|
| 1 | +--- |
| 2 | +title: 'Upgrading to DefectDojo Version 2.55.2' |
| 3 | +toc_hide: true |
| 4 | +weight: -20260208 |
| 5 | +description: JIRA Reconciliation now also processes Finding Groups. |
| 6 | +--- |
| 7 | + |
| 8 | +## JIRA Reconciliation |
| 9 | + |
| 10 | +The `jira_status_reconciliation` management command now also processes JIRA issues for Finding Groups. |
| 11 | + |
| 12 | +New command line options: |
| 13 | + |
| 14 | +- `--include-findings` / `--no-include-findings` — Process individual findings with direct JIRA issues (default: True) |
| 15 | +- `--include-finding-groups` / `--no-include-finding-groups` — Process finding groups with JIRA issues (default: True) |
| 16 | + |
| 17 | +Full list of options: |
| 18 | + |
| 19 | + docker compose exec uwsgi bash -c "python manage.py jira_status_reconciliation --help" |
| 20 | + |
| 21 | + usage: manage.py jira_status_reconciliation [-h] [--mode MODE] [--product PRODUCT] |
| 22 | + [--engagement ENGAGEMENT] [--daysback DAYSBACK] [--dryrun] |
| 23 | + [--include-findings | --no-include-findings] |
| 24 | + [--include-finding-groups | --no-include-finding-groups] |
| 25 | + [--version] [-v {0,1,2,3}] [--settings SETTINGS] |
| 26 | + [--pythonpath PYTHONPATH] [--traceback] [--no-color] |
| 27 | + [--force-color] [--skip-checks] |
| 28 | + |
| 29 | + Reconcile finding/finding group status with JIRA issue status, stdout will |
| 30 | + contain semicolon separated CSV results. Risk Accepted findings are skipped. |
| 31 | + Findings created before 1.14.0 are skipped. |
| 32 | + |
| 33 | + options: |
| 34 | + -h, --help show this help message and exit |
| 35 | + --mode MODE reconcile: (default) reconcile any differences in |
| 36 | + status between Defect Dojo and JIRA. |
| 37 | + push_status_to_jira: update JIRA status for all JIRA |
| 38 | + issues connected to a finding or finding group. |
| 39 | + import_status_from_jira: update finding/finding group |
| 40 | + status from JIRA. |
| 41 | + --product PRODUCT Only process findings in this product (name) |
| 42 | + --engagement ENGAGEMENT |
| 43 | + Only process findings in this engagement (name) |
| 44 | + --daysback DAYSBACK Only process findings created in the last |
| 45 | + 'daysback' days |
| 46 | + --dryrun Only print actions to be performed, but make no |
| 47 | + modifications. |
| 48 | + --include-findings, --no-include-findings |
| 49 | + Process individual findings with direct JIRA issues |
| 50 | + (default: True) |
| 51 | + --include-finding-groups, --no-include-finding-groups |
| 52 | + Process finding groups with JIRA issues |
| 53 | + (default: True) |
| 54 | + |
| 55 | +Check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.55.2) for the contents of the release. |
0 commit comments