qmetry_update_issue

Update an existing QMetry issue by DefectId and/or entityKey. Parameters: - DefectId (number) *required*: ID of the defect/issue to be updated - entityKey (string): Entity Key of the defect/issue to be updated - issueType (number): Issue type ID (e.g. Bug, Enhancement, etc.) - issuePriority (numb...

SERVERSmartBear MCP SOURCESmartBear/smartbear-mcp
Medium RISK CLASS
Category Write
Parameters 91 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/smartbear-mcp/qmetry-update-issue.md

What qmetry_update_issue does on SmartBear MCP

AI agents use qmetry_update_issue to create or update resources in SmartBear MCP, usually the action step of a workflow, after the agent has gathered context. Every call changes real data in your SmartBear MCP environment.

ParameterTypeRequiredDescription
summary string Summary or title of the defect/issue
DefectId number Yes ID of the defect/issue to be updated
entityKey string Entity Key of the defect/issue to be updated
issueType number Issue type ID (e.g. Bug, Enhancement, etc.)
issueOwner number Owner/user ID for the issue
description string Detailed description of the defect/issue
issuePriority number Issue priority ID (e.g. High, Medium, Low, etc.)
affectedCycles number Cycle IDs affected by this issue
affectedRelease number Release IDs affected by this issue

Parameters from the server's own tool schema.

Why qmetry_update_issue is rated Medium

This is a Write operation—it modifies existing data in the QMetry issue tracking system. The change is reversible since issue updates can be undone through subsequent updates. It does not delete data (Destructive), execute arbitrary code (Execute), or involve financial transactions (Financial).

From the tool's definition Tool performs 'Update an existing QMetry issue' with parameters for modifying issueType, issuePriority, summary, description, issueOwner, and affectedRelease fields.

Questions about qmetry_update_issue

What does the qmetry_update_issue tool do? +

Update an existing QMetry issue by DefectId and/or entityKey. Parameters: - DefectId (number) *required*: ID of the defect/issue to be updated - entityKey (string): Entity Key of the defect/issue to be updated - issueType (number): Issue type ID (e.g. Bug, Enhancement, etc.) - issuePriority (number): Issue priority ID (e.g. High, Medium, Low, etc.) - summary (string): Summary or title of the defect/issue - description (string): Detailed description of the defect/issue - issueOwner (number): Owner/user ID for the issue - affectedRelease (number): Release IDs affected by this issue - affectedCycles (number): Cycle IDs affected by this issue Output Description: JSON object with update status and details. Use Cases: 1. Update issue summary (title) 2. Change issue priority, type, or owner 3. Update affected release or cycles 4. Update description or environment 5. Bulk update using DefectId and/or entityKey Examples: 1. Update issue summary json { "DefectId": 118150, "summary": "Money withdrawal is success even if insufficient amount_updated" } Expected Output: Issue summary updated successfully. 2. Update issue priority json { "DefectId": 118150, "issuePriority": 189340 } Expected Output: Issue priority updated successfully. 3. Update issue type json { "DefectId": 118150, "issueType": 189337 } Expected Output: Issue type updated successfully. 4. Update affected release json { "DefectId": 118150, "affectedRelease": 3730 } Expected Output: Affected release updated successfully. Hints: 1. To get the DefectId, call the Issue/Fetch issue tool and use data[<index>].id from the response. 2. if you have pass issue key (VT-IS-5, MAC-IS-10 etc.) then first fetch issue by issue key to get issue id. 3. Along with DefectId, pass only those fields which are to be updated. 4. Refer to the Create Issue tool for valid field mappings and values. 5. You can update summary, priority, type, affectedRelease, affectedCycles, description, sync_with, issueOwner, component, environment, tcRunID, etc. 6. If you provide entityKey, it will be used for additional validation but DefectId is required. It is categorised as a Write tool in the SmartBear MCP MCP Server, which means it can create or modify data. Consider rate limits to prevent runaway writes.

What parameters does qmetry_update_issue accept? +

qmetry_update_issue accepts 9 parameters: summary, DefectId, entityKey, issueType, issueOwner, description, issuePriority, affectedCycles, affectedRelease. Required: DefectId. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on qmetry_update_issue? +

Register the SmartBear MCP server in PolicyLayer and add a rule for qmetry_update_issue: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches SmartBear MCP. Nothing to install.

What risk level is qmetry_update_issue? +

qmetry_update_issue is a Write tool with medium risk. Write tools should be rate-limited to prevent accidental bulk modifications.

Can I rate-limit qmetry_update_issue? +

Yes. Add a rate_limit block to the qmetry_update_issue rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block qmetry_update_issue completely? +

Set action: deny in the PolicyLayer policy for qmetry_update_issue. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides qmetry_update_issue? +

qmetry_update_issue is provided by the SmartBear MCP server (SmartBear/smartbear-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on SmartBear, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of SmartBear's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.