Un-hide/enable Source Tab

Charles Ng April 15, 2014

When we are not integrated with crucible, some users hide the source tab. (hide the message)

However, when we linked JIRA and Crucible, those users are not able to see the tab now while others are able to see it.

Can anyone help us on that?

2 answers

0 votes
Tansu Kahyaoglu April 15, 2014

Hi,

You can find that parameter in the db. If you can access the database that JIRA connected, you can see which users disabled that tab by executing

SELECT * FROM jiradb.propertyentry where property_key like 'disableIssueTabFEProductPreview';

and then run another sql, change 1's with 0

SELECT * FROM jiradb.propertynumber where id=[IDS_FROM_PREVIOUS_QUERY];

Please backup JIRA before this operation and I remind you again that Atlassian doesn't support DB operations :)

Charles Ng April 15, 2014

How can we enable it after we see which users disabled that tab?

Tansu Kahyaoglu April 15, 2014
replace 1's as the result of second query with 0's, then run script runner's built in script "clear cache or class loader" or restart jira
0 votes
Tansu Kahyaoglu April 15, 2014

Hi,

It's a permission in Project Permission Scheme. Go to related permission scheme and look for the View Development Tools permissions

Charles Ng April 15, 2014

I added the View Development Tools permissions to anyone and the source tab is still not appear in those screen.

Charles Ng April 15, 2014

It is 6.2.1 and 3.3.2 for Crucible/FishEye

Tansu Kahyaoglu April 15, 2014

Which JIRA version do you use?

Suggest an answer

Log in or Sign up to answer