Hello,
i'm currently evaluating the plugin in order to restrict the visibility of time tracking on jira issues. In the issue view everything looks fine. The worklog tab is not visible. The time tracking report also fails due to security restrictions.
But all exports (word, xml, printable) still show the remaining, spent and estimates of time tracking.
I've looked into the templates and found the relevant sections enclosed in the following if statement:
#if ($fieldVisibility.isFieldHidden($issue.project.getLong('id'), 'timetracking', $issue.issueTypeObject.id) == false && $timeTrackingEnabled == true)
Looks fine at first glance but sadly doesn't work. Any suggestions?
Running on:
jfs-1.4.28_63
Jira v6.3.6
Hello, thanks for the reply.
Hello,
thanks for the reply. It was indeed an issue with the missing jfs patch. I forgot to reapply this after a reset of the test server. Thanks for the hint. All working as expected now. :)
Hello, Is the JFS patch
Hello,
Is the JFS patch applied to your JIRA instance as per Installation Guide?
Alex