-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Add toggle to disable an existing project #11046
Conversation
DryRun Security SummaryThe pull request focuses on improving the integration between the Defect Dojo application and Jira, including the addition of an "enabled" field to the Jira project model, enhanced Jira integration testing, robust Jira configuration validation, and secure Jira credential management. Expand for full summarySummary: The code changes in this pull request primarily focus on improving the integration between the Defect Dojo application and Jira. The key changes include:
Overall, the changes in this pull request appear to be focused on improving the security and reliability of the Jira integration within the Defect Dojo application. The addition of the "enabled" field, the enhanced test coverage, and the Jira configuration validation are all positive steps towards maintaining a secure and well-designed application. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small typo, otherwise looks good 👍
Co-authored-by: Charles Neill <[email protected]>
* Jira: Add toggle to disable an existing project * Add help text * Add filter for API * Add new form element to tests * update fixtures * Update dojo/jira_link/helper.py Co-authored-by: Charles Neill <[email protected]> --------- Co-authored-by: Charles Neill <[email protected]>
After a Jira instance has been linked with a Product, it is not possible to unlink the jira instance. While it is possible to set the instance to something different, it is not possible to remove the link altogether
This PR adds a new toggle switch on the jira project form that controls if any new or existing findings can be pushed to jira:
[sc-7825]