Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Abstract

This code snippet fetches the current user time zone.

Logic

Fetch the Time zone component of Jira and create a Calendar instance with this time zone.

Snippet

import com.atlassian.jira.component.ComponentAccessor
import com.atlassian.jira.timezone.TimeZoneManager

// access timeZone of current user

def userTimeZone = getComponent(TimeZoneManager).getLoggedInUserTimeZone()
c1 = GregorianCalendar.getInstance(userTimeZone);

Placeholders

NA

Examples

The outcome of the code snippet is a calendar instance with current user time zone which you could use to set a field to the current user time zone.

References

Filter by label

There are no items with the selected labels at this time.

  • No labels