copy date value customfield

orgest April 15, 2015

Hello I am using calculated customfield to copy a date value from 

one field to another.

But it copy it in this format 2015-04-16 00:00:00.0, i need only 2015-04-16.


This is the code 


<!-- @@Formula:
String issueType = issue.get("issuetype").getName().toString();

if (issueType.equals("Money Market"))

{ return issue.get("customfield_13033"); }

--->


1 answer

1 vote
Ansar Rezaei
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.
April 18, 2015

I think You choose a Date/Time picker for your custom filed type. Use Date Picker. 

 

 

Suggest an answer

Log in or Sign up to answer