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

Correct syntax to modifye the FISHEYE_OPTS variable in the fisheyectl.sh script

lhaynes4 May 15, 2017

I would like to modify the FISHEYE_OPTS variable in fisheyectl.sh. I need to add the following:
Dcrucible.users.per.group.in.review=25

I currently have
FISHEYE_OPTS=`$JAVACMD -cp $FISHEYE_HOME/fisheye.jar com.cenqua.fisheye.boot.OptsSetter`

I just want to make sure my syntax will be correct.

Is this correct?
FISHEYE_OPTS="`$JAVACMD -cp $FISHEYE_HOME/fisheye.jar com.cenqua.fisheye.boot.OptsSetter` -Dcrucible.users.per.group.in.review=25"

1 answer

0 votes
Felipe Kraemer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 11, 2017

Hi @lhaynes4,

The syntax looks correct, but please note that this is not the recommended way of configuring it because no modifications in fisheyectl.sh survive upgrades, as each installation comes with a default fisheyectl.sh file.

Your best option is to configure this as JVM system property.

I hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events