add_survey_question_comment
Add explanatory comments to survey questions to document the reasoning behind answer selections and provide context for security development lifecycle decisions.
Instructions
Add a comment to a survey question. Use this to explain why specific answers were selected for a question, providing context and justification for survey answer choices.
This is especially useful when setting project survey answers to document the reasoning behind answer selections.
Example: Add a comment to question Q1 in project 123 explaining that Python was selected because the project uses Django.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| question_id | Yes | The question ID (e.g., "Q1", "CQ1", "Q123"). Find question IDs by calling get_project_survey. | |
| comment | Yes | The comment text explaining why answers were selected for this question |