• Minor
    • M

      Issue Summary

      When opening a dialog with

      AP.jira.openCreateIssueDialog() 

      the old create issue dialog is used and not the new one. The new one has a cleaner interface as well as minimise/maximise buttons.
      The old dialog displays markdown formatting vs wysiwyg editor in new experience. Resolution field is always required on old dialog vs new experience, in which there is no such problem.

      Steps to Reproduce

      1. Create a Connect app that has code that calls openCreateIssueDialog() like
                    AP.jira.openCreateIssueDialog((data) => {
                        document.getElementById('text').innerText = JSON.stringify(data)
                    }, {
                        fields: {
                            summary: "Hello World"
                        }
                    });
                }
        
      1. Activate the code (e.g. with a button click)

      Expected Results

      The new dialog opens

      Actual Results

      The old dialog opens

      Workaround

      Currently there is no known workaround for this behavior. A workaround will be added here when available.

        1. new-issue-create.png
          new-issue-create.png
          209 kB
        2. old-issue-create.png
          old-issue-create.png
          215 kB

            [ECO-236] openCreateIssueDialog opens old issue create dialog

            Arbaaz Gowher (Inactive) made changes -
            Link New: This issue resolves ECO-471 [ ECO-471 ]
            Arbaaz Gowher (Inactive) made changes -
            Link New: This issue resolves ECO-502 [ ECO-502 ]
            Arbaaz Gowher (Inactive) made changes -
            Link Original: This issue resolves ECO-502 [ ECO-502 ]
            Ben McCoy made changes -
            Component/s Original: [DO NOT USE] Connect - App UI Web [ 72115 ]
            Component/s New: Connect - Jira [ 76296 ]
            James Richards made changes -
            Remote Link Original: This issue links to "ACJS-1200 (Ecosystem Jira)" [ 903784 ] New: This issue links to "ACJS-1200 (Ecosystem JIRA)" [ 903784 ]
            James Richards made changes -
            Description Original: h3. Issue Summary

            When opening a dialog with
            {code:javascript}
            AP.jira.openCreateIssueDialog() {code}
            the old create issue dialog is used and not the new one. The new one has a cleaner interface as well as minimise/maximise buttons.
            h3. Steps to Reproduce
             # Create a Connect app that has code that calls {{openCreateIssueDialog()}} like
            {code:javascript}
                        AP.jira.openCreateIssueDialog((data) => {
                            document.getElementById('text').innerText = JSON.stringify(data)
                        }, {
                            fields: {
                                summary: "Hello World"
                            }
                        });
                    }
            {code}

             # Activate the code (e.g. with a button click)

            h3. Expected Results

            The new dialog opens

            !new-issue-create.png|thumbnail!
            h3. Actual Results

            The old dialog opens

            !old-issue-create.png|thumbnail!
            h3. Workaround

            Currently there is no known workaround for this behavior. A workaround will be added here when available.
            New: h3. Issue Summary

            When opening a dialog with
            {code:javascript}
            AP.jira.openCreateIssueDialog() {code}
            the old create issue dialog is used and not the new one. The new one has a cleaner interface as well as minimise/maximise buttons.
            The old dialog displays markdown formatting vs wysiwyg editor in new experience. Resolution field is always required on old dialog vs new experience, in which there is no such problem.

            h3. Steps to Reproduce
             # Create a Connect app that has code that calls {{openCreateIssueDialog()}} like
            {code:javascript}
                        AP.jira.openCreateIssueDialog((data) => {
                            document.getElementById('text').innerText = JSON.stringify(data)
                        }, {
                            fields: {
                                summary: "Hello World"
                            }
                        });
                    }
            {code}

             # Activate the code (e.g. with a button click)

            h3. Expected Results

            The new dialog opens

            !new-issue-create.png|thumbnail!
            h3. Actual Results

            The old dialog opens

            !old-issue-create.png|thumbnail!
            h3. Workaround

            Currently there is no known workaround for this behavior. A workaround will be added here when available.
            James Richards made changes -
            Remote Link New: This issue links to "ACJS-1200 (Ecosystem Jira)" [ 903784 ]
            Arbaaz Gowher (Inactive) made changes -
            Assignee New: Arbaaz Gowher [ 7645729f7e9f ]
            Arbaaz Gowher (Inactive) made changes -
            Link New: This issue resolves JRACLOUD-83222 [ JRACLOUD-83222 ]
            Jacky Lo made changes -
            Comment [ Transitioning to short term backlog while we work out who are the clear owners. ]

              7645729f7e9f Arbaaz Gowher (Inactive)
              jrichards@atlassian.com James Richards
              Affected customers:
              34 This affects my team
              Watchers:
              38 Start watching this issue

                Created:
                Updated: