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
2
votes
0 answers

FishEye SmartCommits with an external repository

Are Smart Commits supported by external repositories (LightSCM)? I'm developing an external repository provider for PlasticSCM and I would like to do the following using the PlasticSCM checkin (commit) message: close/resolve JIRA issues create…
Daniel Peñalba
  • 30,507
  • 32
  • 137
  • 219
2
votes
0 answers

Shorthand for Subversion commit in Confluence/Jira?

Is there a shorthand notation for a Subversion commit in Confluence/Jira? For example, if I am writing a release review blog in Confluence, I might want to say "A problem cause by commit [1234] caused...". I was hoping for something like {svn|1234}.…
aaa90210
  • 11,295
  • 13
  • 51
  • 88
1
vote
1 answer

Jira and git: How to see all commits from a mapped repository in a project "code" view

Using a development infrastructure of git, Fisheye / Crucible, and Jira 4.2. I can see commits that mention a ticket ID in the commit message on the source tab of that ticket's page as long as the commits are on the master branch, ever since I…
Bernd Haug
  • 2,157
  • 3
  • 17
  • 21
1
vote
1 answer

How do I map a change set to a Jira issue with FishEye

I've managed to get Atlassian's FishEye (2.7.5) up and running and working with my Mercurial repositories. I've also got the Jira (4.4.1) integration working and when I browse to a project I see my Changesets in the "Source" panel for a project, for…
Kev
  • 118,037
  • 53
  • 300
  • 385
1
vote
2 answers

Use alternative browser with Subversion URLs

We have subversion setup with http access through apache at http ://svn.local/ This provides access through svn clients and the standard svn repository browser. We also have a separate repository browser installed at http ://svn-browser.local/…
Mark Howard
  • 278
  • 2
  • 5
1
vote
2 answers

Integrate Atlassian Jira with SVN

I use SCM Manager as SVN server for project in office. Recently, I decided to set up a issue tracker and project management, so I install Atlassian JIRA 7.1.4 and FishEye 3.8 . To link each SVN commit with related issue, Jira can parse commit…
F.Sajadi
  • 21
  • 6
1
vote
0 answers

Enable Perforce job creation for each issue that is created on JIRA

I followed the next guide: https://ecosystem.atlassian.net/wiki/display/FISH/JIRA+FishEye+Plugin+2.5.3+-+Perforce+Job+Integration and successfully created a link between Perforce and JIRA. I did manage to create a Perforce job on JIRA issue creation…
MaxBk
  • 157
  • 1
  • 15
1
vote
1 answer

Cant expand SVN revision with FishEye

I installed Atlassian FishEye and connected it with a SVN repository which is running by VisualSVN Server. FishEye scanned about 60% of the repository and then it gets stuck at this error: Repository paused due to error…
dplesa
  • 1,355
  • 6
  • 23
  • 56
1
vote
1 answer

VisualSVN and Basic authorization

This is driving me crazy... I have VisualSVN installed and configured. Now I want to change authentication method to Basic. So, I choose Basic authentication and apply that for the visualSVN server. After that I set the permissions for the…
dplesa
  • 1,355
  • 6
  • 23
  • 56
1
vote
1 answer

JIRA/FishEye Smart Commit Assigning Fix Versions

So we are using (or attempting to use) Smart Commits in Subversion with JIRA/Fisheye. Successful smart commits generally follow the same syntax of the corresponding JIRA action such as #comment, #developer-accepts, #close, #resolve, etc. The…
1
vote
0 answers

Unable to access application using URL

I am unable to access one of the web application using URL,but it is possible to access using the hostname:port. I am using the Server: Apache/2.2.15 (Unix). The httpd logs shows below error. [Sun Jan 10 07:36:46 2016] [notice] child pid 12490 exit…
1
vote
1 answer

Exact format of JIRA smart commits

I've read through: https://confluence.atlassian.com/fisheye/using-smart-commits-298976812.html And I understand how a commit message like: This is the subject line This is the body. There might be several lines here as per good git commit message…
onlynone
  • 7,602
  • 3
  • 31
  • 50
1
vote
0 answers

Fisheye can't clone git repo

I set up Fisheye and can't establish the connection to git server. Could anybody help me? Error in log: 2015-09-16 21:34:28,316 WARN [InitPing1 hornet ] fisheye IndexingPingRequest-doRequest - Exception during FishEye Incremental Indexing of…
Amigo-sa
  • 11
  • 1
1
vote
1 answer

Get commits without review

I have a list of JIRA issues that have one or many commits: J1 (c11, c12, ..., c1n) J2 (c21, c22, ..., c2m) ... Jk (ck1, ck2, ..., cky) where n,m,y >= 1 Using Crucible I'm trying to create reviews for J1,..., Jk (or for c11, ..., cky - because…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
1
vote
0 answers

Is it possible to use Unity Asset Server with Atlassian Crucible/Fisheye?

I am investigating how we can use a code review tool in conjunction with Unity3D development. We are using the Unity Asset server as our repository. Obviously this repository is not supported out of the box by Atlassian Crucible/Fisheye, and I was…