Uploaded image for project: 'Atlassian Ecosystem'
  1. Atlassian Ecosystem
  2. ECO-236

openCreateIssueDialog opens old issue create dialog

XMLWordPrintable

    • Minor

      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

            7645729f7e9f Arbaaz Gowher
            jrichards@atlassian.com James Richards
            Votes:
            9 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated: