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

Adding Private Repository in crucible

I'm not able to add private repository in crucible. How can I add it? I'm currently experiencing difficulties adding a private repository in Crucible. Could anyone please guide me on how to do it? Specifically, I would like to know the steps…
Bindu
  • 1
0
votes
0 answers

About Using Crucible as a Code review tool in an organization

In my organization we are planning to use crucible as code review tool, if we do that, did crucible team will have access to our repositories and code? Is it safe or not using it? So, I know that Crucible actually should deploy in Organization…
Bindu
  • 1
0
votes
0 answers

Update Crucible Review Due Date

Is there a Crucible Rest Api that allows you to update the due date of a specified Crucible ID? It seems I can only set the due Date when I first created the review with /rest-service/reviews-v1 I would like to update the due date when I add…
YellowDoc
  • 11
  • 3
0
votes
0 answers

The difference between gray and white circle numbers next to file names in Crucible review?

I'm using Crucible reviews and wondering about the difference between gray and white circle numbers next to file names in Crucible reviews. 1 is white and 3 is gray, what's the meaning of white and gray in the below image?
user2761895
  • 1,431
  • 4
  • 22
  • 38
0
votes
0 answers

I am new to using Rest API. Is it possible to use it to access links that are embedded in a page (specifically, an Atlassian service)?

I've never posted a question here before and am new to the coding community, so forgive any formatting/content irregularities in this. Just wanted to post a "feeler" question to see if I am on the right track: Is it possible to use Rest API to…
ang3la
  • 1
0
votes
1 answer

How to create branch only from my commits

I have following situation: I created branch A from branch DEV to develop new feature. Other person created branch B from DEV and pulled my code from A. Unfortunately features A and B were so related that I had to pull from B to A too. Now I would…
piotreqd
  • 43
  • 8
0
votes
1 answer

HowTo search for Jira tickets with open Crucible review

Is there a way to search (in the Jira Advanced Search, not in fisheye or crucible search) for Jira tickets for which: a Crucible review exists the review is not in state "closed"
shallowThought
  • 19,212
  • 9
  • 65
  • 112
0
votes
1 answer

Copying a project to a new folder in SVN while maintaining diffs of the original project in crucible

I have the following SVN java project structure within a repo: Artifact folder 1 branches dev Project 1 Artifact folder 2 branches stable I want to copy Project 1 from Artifact folder 1/branches/dev/Project 1 to Artifact…
linuxNoob
  • 600
  • 2
  • 14
  • 30
0
votes
1 answer

How to find value "Branched from" with Crucible REST API?

Is a way to get the same value which is shown in Crucible "details" page of a review as "Branched from" value? It's branch from which was cloned branch of the review (Git). How to find it with REST API? I see only these docs and this and can't find…
RandomB
  • 3,367
  • 19
  • 30
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

setting up reverse proxy for fisheye/crucible using apache

I am trying to setup reverse proxy using apache for fisheye/crucible However, I am getting: Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. What…
void
  • 345
  • 3
  • 13
0
votes
1 answer

Github for SAS Marketing Campaigns

Just started a new gig where I manage SAS programs which gather data, apply suppressions, and ultimately create a list of contact information for campaigns to be distributed to customers. Pardon the ignorance of my question in advance, but here it…
user5442184
  • 43
  • 1
  • 5
0
votes
1 answer

What does 'snippet' mean in code review?

I am using Atlassian Crucible as a tool for code review workflow. It has a menu to create a review or snippet. What do we mean by snippet in context of code review?
user3399000
  • 353
  • 3
  • 18