Missed group Worklog Visibility for renaming

Issue #7 resolved
Roma Bubyakin [Wombats Corp] created an issue

How to enable group visibility: Configuring time tracking

Snippet from Atlassian where it’s stored:

select wl.id,wl.issueid,wl.grouplevel
from worklog wl
where wl.grouplevel in ('helpdesk', 'administrators');

Example from the DB

Comments (2)

  1. Log in to comment