bulkSetIssuePropertiesByIssue
Bulk set issue properties by issue
Details
- Method:
POST - Path:
/rest/api/3/issue/properties/multi - Operation ID:
bulkSetIssuePropertiesByIssue
Parameters
{
"issues": {
"description": "A list of issue IDs and their respective properties.",
"required": false,
"location": "body",
"type": "array"
}
}Usage
from ocp_agent import OCPAgent
agent = OCPAgent()
await agent.register_api('jira')
# Call this tool
result = await agent.call_tool('bulkSetIssuePropertiesByIssue', {
# Add required parameters here
})