How to fix datepicker in iframe?

How to fix datepicker in iframe inside issue view?

content of atlassian-connect.json section “modules”:

        "jiraIssueContents": [
            {
                "icon": {
                    "width": 0,
                    "height": 0,
                    "url": "/client/icons/user-friends-solid.svg"
                },
                "target": {
                    "type": "web_panel",
                    "url": "/"
                },
                "tooltip": {
                    "value": "This is a tooltip"
                },
                "contentPresentConditions": [
                    {
                        "condition": "user_is_admin",
                        "invert": false
                    }
                ],
                "name": {
                    "value": "My Issue Content Panel"
                },
                "key": "my-issue-content-panel",
                "conditions": [
                    {
                        "condition": "jira_expression",
                        "params": {
                            "expression": "issue.isEpic || issue.issueType.name == 'Epic'"
                        }
                    }
                ]
            }
        ]

Have you tried using this AP.jira.openDatePicker? I believe it solves this problem

2 Likes

thanks! it works but calendar look ugly.

Calendar sitting in the dark tonight, eating a bucket of icecream all alone.

4 Likes