-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support start and due date in epic detail view #82
Support start and due date in epic detail view #82
Conversation
…nt-different-implementations-for-server-versions
…nt-different-implementations-for-server-versions
…-for-server-versions # Conflicts: # electron/providers/jira-server-provider/JiraServerProvider.ts # electron/providers/jira-server-provider/server-types.ts
…-versions' into story/Fast-Epic-List-View
# Conflicts: # src/components/EpicView/EpicView.tsx
# Conflicts: # src/components/EpicView/EpicCard.tsx # src/components/EpicView/EpicView.tsx # src/components/EpicView/EpicWrapper.tsx
…ail-view # Conflicts: # src/components/EpicDetailView/EpicDetailView.tsx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
only one issue(or question?) but nonetheless, works excelllllent!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The date picker is there for the server, but it doesn't let me save the start or end date if I make a change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed this, but there remains an open question since Jira Server does not seem to fully support setting start dates (due dates however should work)
We decided to not support start and due dates at this time. |
Adds support and selection of the start and due date in the epic detail view: