Hi everyone!
I am trying to develop a cloud app that access "Development" area (commits, branches, etc...)
I've locate this URL in order to retrieve repos:
https://picaso.atlassian.net/rest/bitbucket/latest/repositories (OK)
But I am not be able to access so far:
https://picaso.atlassian.net/rest/bitbucket/latest/repositories/humoib/test/commits (FAIL)
I couldn't read any documentation about this REST API... Could you please help me?
Thanks a lot,
--Hugo
Hi Hugo,
The Rest calls on the JIRA side provide information about pull requests. Take a look at the post Solved: Get commits info of a JIRA issue using REST API:
If you want to retrieve detailed information you need to use /rest/api/1.0/projects/{projectKey}/repos/{repositorySlug}/pull-requests/{pullRequestId}/commits on stash side. More information availbale here https://developer.atlassian.com/static/rest/stash/3.0.1/stash-rest.html#idp266256
Cheers,
Branden
Hi Branden,
This link comes from Stash. It's not working... not for me.
In a Jira Software (cloud version) is possible to get all the repos or connected applications?
https://<site>.atlassian.net/rest/api/1.0/projects/SW/repos
Get all the applications listed on "Connected developer tools" and then commits related.
Thanks a lot!
--Hugo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.