Iam trying to get all the files committed against a JIRA issue. Iam using the following method to get the information
GET /rest/dev-status/1.0/issue/detail?issueId=&applicationType=bitbucket&dataType=pullrequest
The JSON returns all the commits but not full list of files committed. if i commit more than 5 files on a single commit, then only the first 5 files are listed in the JSON. anyways to get the full list of files?