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

CustomMandatory Fields does not support Datetime formats #202

Open
sripenmatsa opened this issue Jul 24, 2023 · 1 comment
Open

CustomMandatory Fields does not support Datetime formats #202

sripenmatsa opened this issue Jul 24, 2023 · 1 comment

Comments

@sripenmatsa
Copy link

The default date time format for JIRA is "2011-10-19T10:29:29.908+1100" which has hyphen and only considering 2011 when passed as custom filed.

jira_utils.go
supportJiraFormats() method split strings is using - , this need to be changed to support date time format

@aarlaud
Copy link
Contributor

aarlaud commented Oct 30, 2024

hey, can you try the latest version. We've tweaked the hyphen part, hopefully it solves your problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants