which is the location of date picker custom field in jira source

dhaval soni
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.
June 23, 2013

what is the location of "Date pciker" custom field's java class (where passing the velocity parameters to populate in vm file) in JIRA source ? and it's vm template file location.

can any one share me its related location ?

following jira 5.2.11.

thanks

1 answer

1 accepted

0 votes
Answer accepted
IshanL
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.
June 23, 2013

For java class,

jira-project/jira-component/jira-core/serc/main/java/com/atlassian/jira/issue/customfields/impl/DateCFType

and find below templates in you source code,

view-date.vm

edit-datepicker.vm

Suggest an answer

Log in or Sign up to answer