Datepicker does not hide when pressing Save for time on issue details
Description
Attachments
1
- 26 Feb 2021, 09:25 am
Activity
Show:
Tetiana Grebeniuk 24 February 2025 at 12:40
https://developer.atlassian.com/cloud/jira/software/jsapi/jira/
Here is a table of approaches and hypotheses that were tested to fix the bug, but none of them worked.:
Approach | Works in Jira Cloud? | Pros | Cons |
---|---|---|---|
Direct DOM Access ( | ❌ No | Simple | Not allowed in Jira Cloud |
| ✅ Yes | Official Jira API, secure | Requires parent listener (Not available for our app since we use iframe for issue) |
Simulating a Click ( | ✅ Yes | Suppose it may works if picker closes on outside click | Doesn’t work |
Calling | ✅ Maybe | Cleanest solution if API exists | Not present such API |
Date picker (calendar) does not hide, after clicking Save for Timer, on issue details page