We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
hey, can you try the latest version. We've tweaked the hyphen part, hopefully it solves your problem.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: