Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

From a Crucible Review Comment, can I reference a changeset?

Tony Rasa September 26, 2013

Is there a wiki markup syntax that I could use within a comment in a review, for example "This error was fixed in changeset ref:9583234" where the ref: becomes a link to fisheye (or..something) showing that change set?

thanks!

3 answers

1 accepted

2 votes
Answer accepted
Nick
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 29, 2013

This is not supported out of the box with Crucible, however you can achieve the same by configuring a custom Linker https://confluence.atlassian.com/display/FISHEYE/Linkers .

You can add a linker at the repository defaults section, with the following definition for Git/Hg repositories:

Regular Expression:

#([0-9a-f]{5,40})\b

Href:

https://YOURFISHEYEURL/qsearch?t=1&s=2&q=${1}

Then, if you reference a SHA256 hash in any Crucible comment, it will be hyperlinked off to that changeset in FishEye.

For SVN, CVS or Perforce, you would need to adjust the RegEx above to match those CSIDs instead!

NB: You can have multiple linkers, so if you have a mixture of repo types, all this should still work fine.

Tony Rasa September 29, 2013

Awesome, thank you! I can get the link to show up in the review comment, and the query page shows up with the right change ID, but the search found no results - is there something else needed to tie this into P4?

0 votes
Nick
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 30, 2013

Ah ha! It seems you only have a Crucible license. Viewing and sarching for changesets is a feature of FishEye. You can obtain a 30 day eval for free via: https://my.atlassian.com/

0 votes
Nick
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 30, 2013

@Tony Rasa - can you confirm that FishEye has indexed the changeset you've linked to? The search should show it if its been indexed ? Maybe attach a screenshot of your empty search result page?

Tony Rasa September 30, 2013

Yes, it appears to have been indexed, at least I have tested with changesets that have other crucible reviews created for them anyhow.

trying to link screenshot: screenshot

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events