-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Pipelines - Agentic Pipelines
-
None
-
1
-
Severity 3 - Minor
-
95
Issue Summary
- An issue has been identified which causes the createPullRequest tooling to fail to create a PR (particularly during long running prompts) specifically for the RovoDev provider, it will often fall back to bitbucketPullRequest - and this may also fail as well (typically 4xx error)
- The error message does not indicate what causes this, even with debugging added to the prompt:
createPullRequest (Bitbucket Pipelines MCP): Empty tool result (silent failure)
Steps to Reproduce
- Invoke createPullRequest MCP tooling
- Observe PR creation failure
Expected Results
- PR is created in accordance with the tools expected output
Actual Results
- Pr is not created, generic error is thrown indicating that an empty response was received from the tooling
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available