Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jira helper: remove redundant .save() calls #3953

Merged
merged 1 commit into from
Feb 28, 2021

Conversation

valentijnscholten
Copy link
Member

@valentijnscholten valentijnscholten commented Feb 27, 2021

While looking into #3944 I realized these 2 find.save() calls are no longer needed. The jira_change and jira_created are now stored on the JIRA_Issue model, so we're changing no data on the finding when pushing to JIRA.

Removing these doesn't fix the timing issue, but reduces the impact quite a bit by not overwriting the finding with old data.

@damiencarol damiencarol merged commit c809284 into DefectDojo:dev Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants