we cannot find property to identify jira internal comments.
Json response for both internal and share with customer comments are same.
{{
"self": "http://localhost/rest/api/2/issue/20804/comment/14949",
"id": "14949",
"author": {
"self": "http://localhost/rest/api/2/user?username=jitusurve",
"name": "user",
"key": "user",
"emailAddress": "sample@gmail.com",
},
"displayName": "Service Desk",
"active": true,
"timeZone": "Europe/Prague"
},
"body": "statement1",
"updateAuthor": {
"self": "http://localhost/rest/api/2/user?username=jitusurve",
"name": "user",
"key": "user",
"emailAddress": "sample@gmail.com",
},
"displayName": "Service Desk",
"active": true,
"timeZone": "Europe/Prague"
},
"created": "2018-12-10T15:20:21.829+05:30",
"updated": "2018-12-10T15:20:21.829+05:30"
}}
Dear @Haresh Devaliya,
1) have you tried to expand=*all when you pull this data
2) its possible, that the REST API lacks this kind of information
So long
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.