Test/private/mocks/invoke-addSubIssue-I_kwDOPrRnkc7KkwSq-5.json

{
  "data": {
    "addSubIssue": {
      "issue": {
        "title": "Issue for development",
        "body": "Body of issue for development",
        "number": 26,
        "url": "https://github.com/octodemo/rulasg-dev-1/issues/26",
        "id": "I_kwDOPrRnkc7KkwSq",
        "repository": {
          "id": "R_kgDOPrRnkQ",
          "nameWithOwner": "octodemo/rulasg-dev-1"
        }
      },
      "subIssue": {
        "title": "Implement API endpoints and controllers",
        "body": "## Description\nCreate controllers and endpoints for the Web API to handle HTTP requests.\n\n## Tasks\n- [ ] Create a base controller class with common functionality\n- [ ] Implement CRUD controllers for main resources\n- [ ] Add appropriate routing attributes\n- [ ] Implement proper HTTP status code responses\n- [ ] Document endpoints using XML comments for Swagger/OpenAPI\n\n## Acceptance Criteria\n- Controllers properly handle GET, POST, PUT, DELETE operations\n- Routes follow RESTful principles\n- Appropriate HTTP status codes are returned\n- Controller methods have XML documentation",
        "number": 5,
        "url": "https://github.com/octodemo/rulasg-dev-1/issues/5",
        "id": "I_kwDOPrRnkc7KJAm8",
        "repository": {
          "id": "R_kgDOPrRnkQ",
          "nameWithOwner": "octodemo/rulasg-dev-1"
        }
      }
    }
  }
}