ISSUECOMMENTS
- Last Updated: May 13, 2025
- 1 minute read
- DataDirect Connectors
- JDBC
- GitHub 6.0
- Documentation
Endpoint
<hostname>repos/{userName}/{repoName}/issues/comments
Columns
The ISSUECOMMENTS table contains the following columns. Columns marked with an asterisk comprise the primary key.
| Column Name | Data Type |
|---|---|
| USERNAME* | VarChar(255) |
| REPONAME* | VarChar(255) |
| ID* | Integer |
| BODY | VarChar(2000) |
| CREATEDAT | Timestamp(0) |
| HTMLURL | VarChar(2000) |
| ISSUEURL | VarChar(2000) |
| LOGIN | VarChar(255) |
| UPDATEDAT | Timestamp(0) |