We want to enable the log work fields on our resolution screen. However, when I add Log Work to the screen, it adds the following fields:
We don't track estimates etc so all we need is the Time Spent field. Is there a way to configure this so that the Date Started and Remaining Estimate fields are hidden on the resolution screen and only the Time Spent box is displayed?
Thanks
I would like to do the same, but and a few additional fields of my own, for other work log information we require.
Is there anyway to modify the work log screen, as the otehr screens are modified, to remove fields and add new ones?
Hello,
For Jira 5.1.x you can add to Announcement Banner next code:
<script language="javascript"> jQuery(window).ready(function() { if (jQuery.trim(jQuery('#project-name-val').text()) == "{your_project_name}" && jQuery.trim(jQuery('#type-val').text()) == "{issue_type}") { jQuery('#tt_single_graph_orig').parent().parent().hide(); } }); </script>
Note: change {your_project_name} and {issue_type}.
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.