Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to disable Localizaton on Date Time Field?

Vineet Kumar
Contributor
September 10, 2020

Hi jira Experts,

At the moment Jira Date Time field do converts the time according to the location selected by the logged in user. e.g. if a user enters a date and time in India then a user from US will see the time as per their time zone.

I am planning to create a custom field type of Date Time which can overrided the localization.

Can someone please guide us on how should I proceed and what should be the logical step to create such customfield also which java class we should override to achive this?

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 12, 2020

You will need to write an app that provides a new type of field, not one that overrides anything - start at https://developer.atlassian.com/server/jira/platform/getting-started/

Vineet Kumar
Contributor
September 24, 2020

Hi Nic,

Can you please share a tutorial to crate a Date Time type custom field in Jira. I can find the tutorials for Text fields but there are no tutorials for Date Time picker

https://developer.atlassian.com/server/jira/platform/creating-a-custom-field-type/

Suggest an answer

Log in or Sign up to answer