The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Since you can't comment on the documentation anymore (boo!), I'd note that if your Subversion repository allows changes to unversioned properties (e.g. edit commit messages), you can have Fisheye automatically rescan the change via a Post-revision Property Change Hook utilizing a Fisheye command-line option.
Our Fisheye and Subversion are co-hosted on a Windows server and the FISHEYE_HOME environment variable is configured, so the below works for us:
@ECHO OFF
setlocal
set REPOS=%1
set REV=%2
set PROJ=RepoName
set FE="%FISHEYE_HOME%\bin\fisheyectl.bat"
%FE% rescan %PROJ% %REV% %REV% >&2
exit
And since Atlassian Answers wasn't really designed work as a user suggestion forum, which is why I really miss the ability to allow comments on documentation, I must mark my own "question" as "answered".
Another approach to doing this would be using the /rest-service-fecru/admin/repositories/{name}/rescan-metadata REST api.
That way you can trigger the scan from any machine that can reach FishEye/Crucible via HTTP, not only from the host that's running it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone, Hope everyone is safe! A few months ago we posted an article sharing all the new articles and documentation that we, the AMER Jira Service Management team created. As mentioned ...
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.