set_defence_checked
Validate and mark JIRA issues as defence-checked using the MCP server, ensuring compliance by verifying portfolio details and task readiness.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
portfolio | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"portfolio": {
"title": "Portfolio",
"type": "integer"
}
},
"required": [
"portfolio"
],
"type": "object"
}