Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Date and DateTime parsing #9

Open
dstengele opened this issue Apr 22, 2021 · 1 comment
Open

Improve Date and DateTime parsing #9

dstengele opened this issue Apr 22, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@dstengele
Copy link
Owner

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant