Hi need to retrieve pr comments and and the line on which it is commented
Say me be an object with attributes
1. file name
2. entire line on which comments was mas made
3. comments made and response from the author
I want to train my model with this
Hi @Mahesh Prasad Manugunta Chenchu
Welcome to the community.
You could try using our API here: https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pullrequests/#api-repositories-workspace-repo-slug-pullrequests-pull-request-id-comments-get
It includes some fields if the comment is inline or not and with the "path" value string.
Regards,Mark C
It looks like you're new here. Sign in or register to get started.