I am trying to fetch the logged in user timezone as below
TimeZoneManager.getLoggedInUserTimeZone() , but it is throwing below error
No signature of method: static com.atlassian.jira.timezone.TimeZoneManager.getLoggedInUserTimeZone() is applicable for argument types: () values: []
Does anyone have idea on resolving this