Questions tagged [atlassian-crucible]

Commercial tool by Atlassian for doing pre- or post-commit code reviews from web browsers.

Crucible is a collaborative application by Australian software company . Like other Atlassian products, Crucible is a Web-based application primarily aimed at the enterprise, and certain features that enable peer review of a codebase may be considered enterprise social software.

Crucible is particularly tailored to distributed teams, and facilitates asynchronous review and commenting on code. Crucible also integrates with popular source control tools, such as Git and Subversion. Crucible is not open source, but customers are allowed to view and modify the code for their own use.

75 questions
3
votes
1 answer

Wrong hostname in Atlassian Crucible notification emails

My Virtual Machine has hostname defined, for instance, mycrucible. This VM is deployed in the cloud. But this domain name is not registered. Thus, I can access my Crucible installation over IP address only. When I get notifications from Crucible,…
3
votes
1 answer

Review code in Accurev using crucible

I have earlier used Crucible to setup code review for the code lying in SVN. I remember there used to be feature either to select difference between two version of files, or I was able to select whole file. I always found selecting whole file better…
mehta
  • 735
  • 1
  • 11
  • 26
2
votes
0 answers

Lock bitbucket repository branch after Crucible review of that branch is closed

Is there some Atlassian Bitbucket Crucible integration that allows a git repository feature branch to be locked after a Crucible review has been "closed". We are trying to prevent additional commits to the branch after the review is closed. This has…
2
votes
0 answers

Pre-commit iterative reviews on Crucible (SVN) with patches that can be compared to baseline?

When creating a code review via Crucible/Fisheye, I upload a patch file of local changes, generated using SVN's right-click context menu in windows (right click -> Create Patch), and successfully anchor it. After this, some reviewers make comments…
HateDread
  • 119
  • 10
2
votes
1 answer

Is there a way to display reviewers information of any given issue in the Jira Scrum Board cards?

Currently, developers have to: click on each card within the "In Review" status in the Jira Scrum Board click on the "Reviews" tab click on the review link finally they are able to see who the reviewers are (if any) I would like to be able to see,…
aleafonso
  • 2,244
  • 8
  • 38
  • 58
2
votes
0 answers

Development workflow with Jenkins + Git + Crucible + Jira?

Developer team has specific requirements for tools. [I have] [read] [a lot] [about] [ideal] [workflows] and came up with something that works like this: Developer creates a change request, hotfix, feature, etc in Jira. That unique item id will be…
2
votes
1 answer

Crucible: No listener invokers were found for listener

I'm trying to catch Review state event, like when somebody is closing it. And after to get any signs of life from the plug-in. To send a line to the log file (from any log level) or to STDOUT. atlassian-plugins.xml looks like this: …
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
2
votes
2 answers

How do I add new Git repositories automatically to Crucible (fisheye)?

I am using Crucible v3.3.3. I can easily add new repositories via Web-Interface. Can we add new repositories via REST, command line? Is there any other way rather than web-interface?
2
votes
2 answers

create Crucible Review Precommit

I want to create one Crucible Review ticket for Precommit review. I am facing one issue like I am unable to find newly created Files in patch which is not yet commited on GIT.
Jay Patel
  • 523
  • 2
  • 15
  • 26
2
votes
1 answer

How to open a review in browser by passing an existing auth token

I have written a python script to login to crucible to access various APIs, The script works fine and returns a resposne token . I can successfully call crucible rest API and create a review using FEAUTH=token. Now I want to open this particluar…
amit pandey
  • 83
  • 1
  • 1
  • 7
1
vote
1 answer

GitLab CI Pipeline wait for external tool

I want to have Crucible (CodeReview Tool) to integrate with my gitlab. So there is no direct integration other then special "smart" commit-commands for e.g. starting a review or linking to a Jira ticket. But within another video of another tool I…
PassionateDeveloper
  • 14,558
  • 34
  • 107
  • 176
1
vote
1 answer

Crucible + git, all commits should be reviewed

We are using crucible as review tool, but recently we get a requirement that all commits should be reviewed. In the way that we are using crucible now it's possible to commit code but not create review for it. So technically there could be some…
Evgen
  • 1,278
  • 3
  • 13
  • 25
1
vote
1 answer

Smart commit in GIT not working

I have setup Crucible for my GIT repository hosted on Bit Bucket server. I am making a smart commit as shown below to create a review on Crucible git commit -m "Modified struts core version in pom.xml" +review TP TP is the project code. I am…
Karthik
  • 1,302
  • 5
  • 25
  • 56
1
vote
0 answers

Why SVN Diff is taking 10 hours in Crucible

Good Day All, My team has two servers, one for crucible and one for SVN. Recently we have had developers complain that their SVN revision are taking a long time to show up in Crucible, sometimes will take up to 24 hours. We really would like this…
Matt Kimball
  • 121
  • 2
  • 13