getModuleItems
Retrieve module items from a Zentao module URL and export them to a local file. Provides a way to capture stories, bugs, or tasks from a specific module for backup or analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | 模块链接URL,例如:product-browse-245--byModule-1377.html | |
| exportPath | Yes | 导出文件路径(必填,建议使用绝对路径),例如:D:/exports/stories.json |