Timetracking still visible in Exports

  • eju
Posted: Tue, 02/24/2015 - 13:35

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Hello, thanks for the reply.

  • eju
  • 10/29/14
  • Tue, 02/24/2015 - 17:18

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

  • admin
  • 02/16/10
  • Tue, 02/24/2015 - 16:18

Hello,

Is the JFS patch applied to your JIRA instance as per Installation Guide?

Alex