create_engagement
Create a new engagement in DefectDojo to group security tests and findings for a product, specifying start/end dates, type, and status.
Instructions
Create a new engagement.
Args: name: Engagement name product_id: Product ID this engagement belongs to target_start: Target start date (YYYY-MM-DD) target_end: Target end date (YYYY-MM-DD) engagement_type: Type (Interactive or CI/CD) status: Status (Not Started, In Progress, Completed) description: Description lead_id: Lead user ID build_id: Build identifier commit_hash: Commit hash branch_tag: Branch or tag name source_code_management_uri: SCM URI deduplication_on_engagement: Dedupe scoped to engagement tags: List of tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| tags | No | ||
| status | No | In Progress | |
| lead_id | No | ||
| build_id | No | ||
| branch_tag | No | ||
| product_id | Yes | ||
| target_end | Yes | ||
| commit_hash | No | ||
| description | No | ||
| target_start | Yes | ||
| engagement_type | No | Interactive | |
| source_code_management_uri | No | ||
| deduplication_on_engagement | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||