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?
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 :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
It's a permission in Project Permission Scheme. Go to related permission scheme and look for the View Development Tools permissions
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I added the View Development Tools permissions to anyone and the source tab is still not appear in those screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.