You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Background: We have a requirement on integrate Bitbucket with a Cloud base APP(NetSuite), Implementation for Bitbucket to Netsuite FileCabinet Automation
There is a step I can think of is:
I went through the online help of BITBUCKET, and got no answer?
Thanks in advance
Hi Carl,
If I understand your question correctly you want to get the the whole files from a commit and pass them on to third party code. This can be accomplished with the following API calls,
This will give you a list of changesets (commits), and the files modified in each commit. You can use the timstamp to work out the latest. Once you have the changeset you are after you are going to want the raw_node for the next call
https://confluence.atlassian.com/display/BITBUCKET/src+Resources
The revision here is the the raw_node you grabbed from the previous call. This call is what will get you the raw resource, for example the entire .js file
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi everyone, The Cloud team recently announced 12 new DevOps features that help developers ship better code, faster ! While we’re all excited about the new improvements to Bitbucket ...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.