The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

To List the Repos in a Bitbucket Project with the Last modified timestamp/Creation Timestamp

alistair ramakrishnan
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 20, 2022

Hi All,

Am Trying to List all the Repository in a Project  with the creation Timestamp/Modified timestamp,

First I tried to list all repository in a Project using the below API 

==========================================

1 ) curl -s -k --request GET --user <"username:password">                   "https://<host>/rest/api/1.0/projects/<projectkey>/repos"

It gives the output in a single line(that is near to not readable)

Please suggest on how to make the output in a readable format, I tried running it from Gitbash and from Bash Shell in a Linux Server.

 

2) once I get the List of Repos in a good format , I shall send it in a loop to get the Creation/Modified time, BUT I need to have the API options to get the creation/modified Timestamp .

 

Any suggestion/Advise would be of much help..

 

 

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Erez Maadani
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 20, 2022

Hey @alistair ramakrishnan

For the format, try adding --header 'Accept: application/json' to the curl command.

For iterating and querying the input, try using jq 

Hope that helps

TAGS
AUG Leaders

Atlassian Community Events