get_issue_details
Retrieve details of a specific issue in an AtomGit repository by providing the owner, repository name, and issue number. Facilitates efficient issue tracking and management.
Instructions
Get details of a specific issue in a AtomGit repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
issue_number | Yes | issue 的编号 | |
owner | Yes | 代码仓库的所有者 | |
repo | Yes | 代码仓库的名称 |