I'm wondering if it's possible to add a repository to fisheye from the CLI? I had a look at the documentation and couldn't find anything useful for that. Or do I have to create that with the run/query action?
Thanks for any directions :)
Hi Florian,
Unfortunately there is no REST API exposed but there is an API for managing repos that is available to plugins. This open source plugin provides a REST endpoint for creation of GIT repos, and woud be fairly trivial to modify to support other repo types.
Kind Regards,
Richard Stephens
The plugin looks exactly like what I currently need! thanks =)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We have started building out the FishEye/Crucible Admin REST api. The first version is already shipping since 3.0.
You can add repositories, and also perform common actions such as triggering a scan, re-index etc all via REST already.
Please see https://docs.atlassian.com/fisheye-crucible/latest/wadl/fecru.html#d2e27
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice, I must have missed that in the 3.0 announcement. I added FCLI-10 to cover.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. I don't believe there were any configuration like remote APIs available from FishEye.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.