Time Tracking Related Information Is Hidden

Due to “Hide Time Tracking” feature of the app, you may not see time tracking related information on usual places if you administrator has activated this feature. If you are sure that you are not seeing “time tracking information” when you have correct permissions. Please check “Hide Time Tracking” setting from “Permissions” section of “Manage Apps” administration screen. After that on the related Jira page, execute the following command in “Console Tab” of “Developer Tool Window” of your browser and send output of this command to us.

 

$("div#wp-hide-time-tracking input").each(function (i, input) {var $input=$(input); console.log($input.attr('data-project-key'), $input.val(), "\n")})