You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Insight does not use a standard Date format for Date and DateTime attributes but rather the formats configured for display in Jira itself. Previously we had hardcoded formats which was removed in #7, instead returning the date strings directly and leaving the parsing to the user.
It would be preferable to either
add a new config option to the Insight object to set the Date and DateTime formats in use or
try to get the used formats directly from Jira and use them.
The text was updated successfully, but these errors were encountered:
Insight does not use a standard Date format for Date and DateTime attributes but rather the formats configured for display in Jira itself. Previously we had hardcoded formats which was removed in #7, instead returning the date strings directly and leaving the parsing to the user.
It would be preferable to either
The text was updated successfully, but these errors were encountered: