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

How to select branch name with EyeQL?

Is it possible to select (return) branch name with EyeQL? Something like: select revisions where ... order by date desc return revision,author,csid,branch Because as I see, "branch" is unknown field in EyeQL...
RandomB
  • 3,367
  • 19
  • 30
0
votes
1 answer

Is it possible to edit source on SVN directory from Crucible?

In the same way that you can directly change the source and commit from the Github website, is it possible to make a change to the source manually on Crucible?
cdn
  • 654
  • 1
  • 8
  • 16
0
votes
1 answer

Atlassian Fisheye Crucible - Init.d service fisheye No default permission scheme exists Error creating bean with name 'defaultMentionParserListener'

Ubuntu 14.04 (VirtualBox/Vagrant machine). Fisheye artifact zip version: 3.9.1 As it doesn't come with a init.d level startup script, I created the following script /etc/init.d/fisheye: #!/bin/bash # FISHEYE_HOME: The path to the FishEye…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
1 answer

Why Fisheye charts does not consider that files were deleted?

Line chart in Fisheye shows specific number of lines in project in defined folder for 27.11.2015. Number of files were deleted in 28.11.2015. But line of code metric is not changed in Line chart. Chart just shows in the bottom that files was…
RuF
  • 548
  • 1
  • 11
  • 31
0
votes
0 answers

JIRA Task and Perforce Job integration connection error - check $P4PORT

I was trying to configure Perforce Job Integration in JIRA, I was not able to successfully setup connection between JIRA and Perforce Job. I filled in the fields like p4 Executable, p4port, p4client, p4user, p4password. However I am getting this…
vivek
  • 1
  • 1
0
votes
1 answer

Fisheye Crucible API web service call only shows recently viewed items

I am trying to use the Fisheye Crucible API to get information regarding Crucible reviews and Jiras associated with them. I can successfully see recently viewed reviews along with their corresponding Jira ID by calling the following API…
Prayag
  • 65
  • 8
0
votes
1 answer

Fisheye REST API call: 'Method not allowed' error 405 on repository start

I have created a repo using the rest API, and now I would also like to start it. It is enabled, so I know that starting it is an option (the option to start via the GUI is visible.) I have tried posting this in a browser – …
0
votes
1 answer

Is there a simple link from Crucible to the source code on Bitbucket?

I am using Crucible 4.0.3 and FishEye 4.0.3 to manage code review. The code is stored in Bitbucket (Stash) 4.0.3. Is there a simple link from the review page in Crucible that goes straight to the source code in Bitbucket? My instance of Crucible…
Freda K
  • 444
  • 1
  • 6
  • 14
0
votes
1 answer

How to modify Fisheye issue ID scanner

Fisheye is integrated with JIRA and links issues properly if the issue ID is not surrounded by other characters. Example: XY-123 is linked properly. However, we have been using dashes in front of the issues ids (-xy-123) and that isn't picked up. It…
0
votes
1 answer

Fish eye rest API EQL query not returning the changeset

I'm currently trying to retrieve all the changes made in july 2015 in our svn repo, however the following query does not retrieve all the required changesets, i.e. it retrieves all the changeset from 17th july until 31st july, However there exists…
Learner
  • 177
  • 1
  • 2
  • 16
0
votes
1 answer

Create a review between two tags in Atlassian Crucible using REST API

I want to have an automated way to create a review in crucible between two Git tags. (I also have FishEye which allows browsing the code). I can do it via the web by doing the following: Create Review -> Search for files -> Advanced Search EyeQL…
Stuart Moore
  • 681
  • 5
  • 32
0
votes
1 answer

Does FishEye work with TFS using a GIT repository?

I'm interested in using Crucible/FishEye but it doesn't support TFS. Has anyone tried Crucible/FishEye using a TFS GIT repository? Does that work?
Gruss
  • 121
  • 14
0
votes
1 answer

Get releated JIRA issue changelist through Fisheye rest api

I want to get changelist from jira issue (in source tab) by key or others, But it seems that jira rest client api doesn't provide method to get it. Then I try to get changelist through fisheye api.I still can not find this in fisheye restful api.…
0
votes
1 answer

Atlassian FishEye plugin and Spring LDAP classes

My plugin for FishEye should have a possibility to accessing the our Active Directory and implement some more features for FishEye. The plugin should make the synchronization with directory every X minutes, so it is based on SAL Scheduler. When I…
0
votes
1 answer

Can I see all the commits for a merged feature branch in GitHub?

We use GitHub as our code repository at work, with JIRA as our issue tracker, integrated with Crucible and FishEye for code reports and reviews. We label each of our commits with a feature branch number. This setup has a very useful feature: by…
And Finally
  • 5,602
  • 14
  • 70
  • 110