-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Forge - Jira custom fields
-
None
-
Severity 3 - Minor
Issue Summary:
CreateIssueModal time picker won't fill even when providing context with date and time.
Steps to Reproduce
- Create a customUI Jira app
- Add a createIssueModal within it
- Add a custom field to the project
- Add the custom field to the createIssueModal
- Provide a date+time value within the custom field context
- Observe that the time appear only as 12:00 AM.
Expected Results
The time is expected to be filled just as the date is, instead of being fixed @12:00AM
Actual Results
The time is filled as "12:00 AM" regardless of the provided context.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available