test(backend): add Jira MCP E2E fakes

This commit is contained in:
Anish Sarkar 2026-05-08 00:15:08 +05:30
parent e6297e2e40
commit 369f0aaff3
5 changed files with 206 additions and 26 deletions

View file

@ -0,0 +1,15 @@
{
"site": {
"cloud_id": "fake-jira-cloud-001",
"name": "SurfSense E2E Atlassian",
"url": "https://surfsense-e2e.atlassian.net"
},
"issues": [
{
"id": "fake-jira-issue-canary-001",
"key": "E2E-101",
"summary": "E2E Canary Jira Issue",
"description": "This Jira issue proves live MCP tool calls work end-to-end. SURFSENSE_E2E_CANARY_TOKEN_JIRA_001"
}
]
}