Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Crucible code review rest API responses

Pravara Kant June 23, 2013

Hi there,

I am having the same problem. I am receiving all details of repository with "/rest-service/repositories-v1/{name}

but when I try "/rest-service/repositories-v1/browse/{repo}/{path:.*$}" I get error saying:

<code>NotFound</code><message>Crucible SCM repository {Repo} not found.</message>

what is the expected path for thhis command?

and how to check if repo name I am providing, is Crucible SCM plugin repository?

Do I need to install any plugin for this to work?

1 answer

0 votes
aborowski
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 Leaders.
January 11, 2017

The message you received indicates that you left {repo} unchanged. Seems like you have to replace {repo} with some real repository name, as well as you should replace {path:.*$} with some existing repository path or leave it empty. For example:

/rest-service/repositories-v1/browse/my-super-repo/src/main.java

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events