Hello! We use the Jira API for external systems. We can import issues (tickets) in the external systems, but we have an issue in one of our client with the date field (Date picker). When the user set for example 08/May/23 in the field and then import the issue, the value will be offset by 1 day, i.e. 07/May/23.
Could be a problem with time zones? I mean that in the user profile one time zone, and on his personal computer another time zone and they are different?
Yes. My first guess would be timezones.
Jira stores dates as full date-time values where the time part is "00:00" (midnight). If it gets shifted only an hour earlier, then it becomes the previous day.
Check:
@Aron Gombas _Midori_ Thank you for your response!
1) Could you please clarify a little about that answer?
2) I can check it in the user's profile? Am I right?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
1) We have an external system, where we can "import" tickets here by calling Jira Rest API and based on the API response, create tickets in an external system. For example, a Jira ticket can have some custom field with Date picker type and value of the custom field, for example, 08/May/23. When we do "importing" aka calling Jira rest API to get all tickets and based on the response data, we create tickets in the external system, as a result, the value of the custom field in the external system will be 07/May/23, i.e. offset by 1 day. We parse the value from a response like:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.