Questions tagged [atlassian-fisheye]

Atlassian Fisheye from Atlassian is a web-based source code browser supporting multiple version control systems.

Atlassian Fisheye is a web-based source code browser. It supports multiple version control systems and integrates with Atlassian Jira for issue tracking and Atlassian Crucible for code reviews.

82 questions
1
vote
1 answer

Making newly created branch to be visible in fisheye interface

I have created a new branch from my repository as I am using svn but i also want that newly created branch to be visible in fishheye interface when I open in browser so that I can track the checkin that are happening for that particular branch ,…
user1633823
  • 347
  • 2
  • 5
  • 14
1
vote
1 answer

How to do crucible/fisheye installation

My organization has planned to got for fisheye and crucible and I am little confused after reading the documentation that crucible includes the installables for fisheye. I am confused whether should I install both seperately or only crucible.
user2164525
  • 897
  • 1
  • 7
  • 18
1
vote
2 answers

which class/jar file in fisheye hooks into subversion and GIT?

which class/jar file in fisheye hooks into subversion and GIT? I want to use it to extend the functionality a bit.
mrblah
  • 99,669
  • 140
  • 310
  • 420
1
vote
2 answers

how to handle issue regarding Missing "server" JVM at "C:\Program Files\Java\jre7\bin\server\jvm.dll"

I've seen some answers to this question but it doesn't seem to be working for me. I have "client" folder inside "bin" which has such a file (in Program Files x86) but when I set my JAVA_HOME variable to this java folder, it shows this error whenever…
umais
  • 1,392
  • 4
  • 14
  • 19
1
vote
1 answer

How can I migrate users from Crucible to Jira?

We have been using FishEye/Crucible for a while, and have recently added Jira. I would like to only have one list of users (which I presume will be in Jira). My question - is there a way that I can migrate the existing users to Jira in a way that…
Mike Hedman
  • 1,391
  • 1
  • 11
  • 30
1
vote
1 answer

Trying to Determine Lines of Code (LOC) using Atlassian FishEye

I want to determine lines of code (LOC) in a subversion repository. Specifically, I want to determine how many lines of code my team supports in production (which is synonymous with our trunk). I've heard mostly good things about Atlassian's…
user966057
  • 21
  • 1
  • 4
1
vote
0 answers

FishEye REST API get reviews for changeset

I am trying to get list of reviews for specific changeset using FishEye REST API. Here is my URL: http://fisheye.company.com/rest-service-fe/search-v1/reviewsForChangesets/NameOfRepository/ I am posting it using fiddler composer with following…
Viktar
  • 97
  • 1
  • 8
0
votes
1 answer

How do I resolve a 503 Response code when installing/configuring FishEye?

I'm trying to install/configure FishEye as per the instructions on Atlassian's website, but either the web server for the install doesn't start properly (and I see multiple exception message in the command window), or I get a 503 Response code when…
Peter Bernier
  • 8,038
  • 6
  • 38
  • 53
0
votes
1 answer

Can't map between Jira project and FishEye

i have installed Jira server. i have also installed FishEye i have configured FishEye to see Jira installation and configured Jira to see FishEye. from FishEye i can see all my Git repository. problem is, that i can't access code from Jira. when…
Mavig
  • 79
  • 1
  • 1
  • 8
0
votes
0 answers

commit(upload) confluence attachments to svn using python-atlassian-api

I'm trying to upload files to svn using atlassiain-python-api(python). So far, I managed to download and store confluence attachments to a default directory for python project following this example. Now I'd like to upload those files to my svn…
0
votes
1 answer

How can I programatically get Source code information from Issue Number in Jira Studio?

JIRA Studio (the "Issues" area, which is basically the part that just looks like "JIRA") includes a Source Tab. We link this to our Subversion instance (by including an issue number in the Message during check-in), this work great for human…
Jason
  • 564
  • 6
  • 12
0
votes
1 answer

Importing FishEye keystore issue

One of my customers had an existing FishEye installation, I advised them to back it up into a zip file so I could import it into our FishEye instance. The import went fine but now the FishEye service does not start complaining about the keystore and…
Irina I
  • 31
  • 1
  • 5
0
votes
1 answer

How to get the related JIRAISSUEKEY of given changeset ID using FishEye REST API request or EyeQL or Anyother possible way?

Inputs in Hand:- ChangesetID (csid) Repository Name Branch Name Requirement to find: Get the JIRAISSUEKEY releated to given changesetid. I was searching in EyeQL & FishEye REST API but couldn't find any possible ways to achieve my requirement.
0
votes
1 answer

Subversion repository with multiple projects confuses Fisheye

Is there a way to configure Fisheye so it will ignore all files except those in a specific directory tree in the Subversion repository? We have multiple projects in one Subversion repository. And Fisheye gladly offers up any and all files which have…
st2000
  • 286
  • 1
  • 16
0
votes
1 answer

Fisheye: Make fisheye as a service

I'm working on making fisheye work as a service, I folowed this link: https://confluence.atlassian.com/fishkb/how-to-start-fisheye-and-crucible-at-boot-time-223216848.html I change the $FISHEYE_HOME that contains fisheyectl.sh But when running th…
Baini.Marouane
  • 579
  • 2
  • 8
  • 18