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

Added DateScheme and DateTimeScheme #284

Merged
merged 8 commits into from
Aug 3, 2024
Merged

Added DateScheme and DateTimeScheme #284

merged 8 commits into from
Aug 3, 2024

Conversation

Fank
Copy link
Collaborator

@Fank Fank commented Jul 1, 2024

The DateTimeScheme represents the so called date-time data format in Jira:
image
Its a little bit different to the time.RFC3339 where the timezone hours and minutes are spereated by : while Jira or atlassian do not have seperators in the timezone, therefore a dedicated type with custom marshal and unmarshal functions is needed.

The DateScheme is for only dates like 2012-01-01 which is is used for types in issues.

@Fank Fank added enhancement New feature or request V2 Jira Cloud V2 V3 Jira Cloud V3 Jira Service Management breaking-change labels Jul 1, 2024
@ctreminiom
Copy link
Owner

Thanks @Fank, I wasn't aware of that detail. This PR looks excellent.

@ctreminiom ctreminiom merged commit 0df29d4 into main Aug 3, 2024
26 checks passed
@ctreminiom ctreminiom deleted the fk_date_time branch August 3, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change enhancement New feature or request Jira Service Management V2 Jira Cloud V2 V3 Jira Cloud V3
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

2 participants