search_team_active_portfolios
Query active portfolios assigned to a specific team on the HH JIRA MCP Server. Retrieve and manage JIRA tasks and issues efficiently through integration with the MCP server.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
team | Yes |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"team": {
"title": "Team",
"type": "string"
}
},
"required": [
"team"
],
"type": "object"
}