What Type of JIRA Field is the Created & Resolved Time?

Viet Tran July 29, 2014

Hello,

We are using the Salesforce & JIRA Connector and while mapping the Created & Resolved field type to a string works, we get and error when mapping it to a Salesforce Date/Time field. The Date/Time field should work if we are mapping to a Date & Time Picker field type in JIRA.

So what are the Created Date & Resolved time field types? Date only? I know they are default fields out of the box so I cannot check their field type.

Date Picker Date
Date Time Picker Date/Time

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 29, 2014

Technically, in terms of code, those fields are of "types" called "Created Date" and "Resolved Date".

The data within those types is a Date/Time though, stored as date/time stamps in the database, and when connecting over REST or using them in plugin code, you can treat them the same as custom fields that are of the "date/time" type.

I think it might help if you shared the error message.

Suggest an answer

Log in or Sign up to answer