bulkDeleteIssueProperty
Bulk delete issue property
Details
- Method:
DELETE - Path:
/rest/api/3/issue/properties/{propertyKey} - Operation ID:
bulkDeleteIssueProperty
Parameters
{
"propertyKey": {
"description": "The key of the property.",
"required": true,
"location": "path",
"type": "string"
}
}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('jira')
# Call this tool
result = await agent.call_tool('bulkDeleteIssueProperty', {
# Add required parameters here
})