We couldn't load all Actvitity tabs. Refresh the page to try again.
If the problem persists, contact your Jira admin.
IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

    • 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

            Loading...
            IMPORTANT: JAC is a Public system and anyone on the internet will be able to view the data in the created JAC tickets. Please don’t include Customer or Sensitive data in the JAC ticket.

              • 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

                        7645729f7e9f Arbaaz Gowher (Inactive)
                        jrichards@atlassian.com James Richards
                        Votes:
                        32 Vote for this issue
                        Watchers:
                        36 Start watching this issue

                          Created:
                          Updated:

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

                              Created:
                              Updated: