課題コメント情報の取得

課題コメントの詳細を取得します。

実行可能な権限

すべての権限

メソッド

GET 

URL

/api/v2/issues/:issueIdOrKey/comments/:commentId 

URL パラメーター

パラメーター名 内容
issueIdOrKey 文字列 課題のID または 課題キー
commentId 数値 コメントのID

レスポンス例

ステータスライン / レスポンスヘッダ

HTTP/1.1 200 OK 
Content-Type:application/json;charset=utf-8 

レスポンスボディ

{ 
    "id": 6586, 
    "projectId": 5,
    "issueId": 50,
    "content": "テスト", 
    "changeLog": null, 
    "createdUser": { 
        "id": 1, 
        "userId": "admin", 
        "name": "admin", 
        "roleType": 1, 
        "lang": "ja", 
        "mailAddress": "eguchi@nulab.example",
        "lastLoginTime": "2022-09-01T06:35:39Z"
    }, 
    "created": "2013-08-05T06:15:06Z", 
    "updated": "2013-08-05T06:15:06Z", 
    "stars": [], 
    "notifications": [] 
}