We're using the time tracking in jira for issues and would like to tailor the 'Log Work' dialog box to include _only_ the following fields:
and exclude the "adjust automatically", "use original", and "reduce by" choices for remaining estimate.
I followed your lead here but found the solution by removing the unwanted fields from .../secure/views/isssue/logwork.jsp. I'm not sure why changing the content in the .../worklog-edit.vm you referred to did not affect the rendered screens (even after restart).
The nice thing about changing jsp's is that they re-render on change and no restart is needed.
Modifying the /worklog-edit.vm also did not affect the rendered screens for me, I had to do the .jsp
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I changed the JSP and nothing happens, even after restart.
Doesn't it work anymore now in 2018?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may try editing templates/jira/issue/field/worklog-edit.vm and remove the fields you do not need. I don't like this solution, but that's the only I can think of.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It may do the trick - think it will detect the change without a restart? Any way way to preflight it in a sandbox?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think it will not detect it without restart, so you have two options:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi there,
I am working on JIRA v7.1.9, and updating the worklog-edit.vm to remove the Work Description field has no effect, even after a restart of the service.
Is there any step I am missing ?
Thank you.
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.