Open Context Protocol is live! 🚀 Read the launch post
archiveIssuesAsync

archiveIssuesAsync

Archive issue(s) by JQL

Details

  • Method: POST
  • Path: /rest/api/3/issue/archive
  • Operation ID: archiveIssuesAsync

Parameters

{
  "jql": {
    "description": "",
    "required": false,
    "location": "body",
    "type": "string"
  }
}

Response Schema

{
  "type": "string"
}

Usage

from ocp_agent import OCPAgent

agent = OCPAgent()
await agent.register_api('jira')

# Call this tool
result = await agent.call_tool('archiveIssuesAsync', {
    # Add required parameters here
})