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
4
votes
1 answer

How to setup automatic issue transitions in Jira?

We are moving from another issue tracking platform to Jira. How could i set up scripts that do issue state transitions automatically without having to log into Jira? Should i setup custom services? Another case is when someone pushes code to…
ollo
  • 926
  • 1
  • 14
  • 33
4
votes
1 answer

Can I resolve an issue's sub-task using a FishEye smart commit?

Context I have a feature request represented as a JIRA issue with the handle PRJ-11. My issue has a sub-task with the handle PRJ-23. JIRA has the latest FishEye and FishEye Plugin installed and smart commits are enabled. Question If I was to make an…
sam-w
  • 7,478
  • 1
  • 47
  • 77
3
votes
1 answer

How to get all SVN commits that do not include Jira bug key in the comment?

I have Jira and Fisheye setup so that I can include Jira key in the commit comment (Smart Commits). Fisheye will link source code and Jira issue mentioned in the commit. I would not like to use something like JIRA Commit Acceptance Plugin to…
Daria Trainor
  • 5,545
  • 4
  • 23
  • 30
3
votes
2 answers

Difference between integrating GitHub with Atlassian JIRA Studio and doing it through FishEye?

What is the difference between integrating GitHub with Atlassian JIRA Studio and doing it through Atlassian Jira Studio plugin FishEye? Pros/Cons?
riper
  • 833
  • 1
  • 9
  • 17
3
votes
1 answer

How can I manually enable fisheye plugin

I disabled some plugins to upgrade Jira. The upgrade was not carried out as new version of Jira needs 64 bit hardware. Upon stopping and restarting the instance to resume with original application, I get this message: The following plugins are…
Stephane Gosselin
  • 9,030
  • 5
  • 42
  • 65
3
votes
2 answers

Recommendations for a good peer code review tool?

I'm looking for a good peer code review tool where I can choose which users are most appropriate for my review (although others can self join), and keeps track of changes which essentially update the code in the review (in other words I don't want…
ca55idy
  • 105
  • 1
  • 9
3
votes
0 answers

unsupported filetype when running git diff

I have a git repo which I'm trying to index in Fisheye/Crucible. The problem is it's failing on a specific change and throwing an unsupported filetype on a file extn ".Pdf". There is only one file with this extension causing the problem and the…
3
votes
1 answer

JIRA + fisheye + git -> how to repair missing links?

When using Subversion, JIRA, and fisheye, it's easy enough to edit a log message to fix the JIRA number. With git, not so much. Once a commit is pushed to a shared repo, modifying the commit is fraught. Is there some other mechanism in these…
bmargulies
  • 97,814
  • 39
  • 186
  • 310
3
votes
2 answers

Git SSH authentication

I have Debian, Fisheye and Git on my server. My git repos are managed by Fisheye. There is no authentication at the Fisheye part. All authentication procedures are managed by git. I would like to use SSH authentication, so that I do not need to…
Ivan Zamylin
  • 1,708
  • 2
  • 19
  • 35
2
votes
1 answer

Unable to access recently imported SVN repository through Atlassian JIRA (403 Forbidden error)

I have an issue where I am unable to access a recently imported SVN repository through Atlassian JIRA admin. I imported it through an SVN dump. There was an issue right at the very end of the import process where, when it was inspecting the…
crmpicco
  • 16,605
  • 26
  • 134
  • 210
2
votes
1 answer

How to set permissions in Fisheye's projects

I'm working with Fisheye and I created a few repositories and a few projects referencing them. I want to show them to anonymous users, but although repositories are shown to anonymous users (non-registered), projects aren't. I went to…
r.rodriguez
  • 669
  • 2
  • 10
  • 27
2
votes
2 answers

Can I find out who introduced a code change in a SVN repository?

Can I get logs based on content? Let's say I want to know who introduced the code for a function, I will have to check the logs and their comments (checkin messages). If someone forgot to put in a log message, I will have to check each diff which…
shikhar
  • 2,431
  • 2
  • 19
  • 29
2
votes
2 answers

How do I get licensing information of confluence via rest API?

I was trying to automate the notification on Atlassian tools license expiry. I have been looking at JIRA and found below REST API URL which gives license…
Ashfaq
  • 1,137
  • 1
  • 12
  • 22
2
votes
1 answer

How to show code diffs with Atlassian Fisheye checkin mails?

Is it possible to configure Atlassian Fisheye to show code diff’s in its checkin mails like svnspam If so, how?
Quintin Par
  • 15,862
  • 27
  • 93
  • 146
2
votes
2 answers

How to select all commits for a given user in EyeQL?

In Crucible, I use advanced search. I try to select all commits for a specified user that were not reviewed. The following query: select revisions from dir / where (on branch master or on branch release-10 ) and not reviewed and date >=…
ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199