Uploaded image for project: 'Jira Service Management Data Center'
  1. Jira Service Management Data Center
  2. JSDSERVER-5778

Unable to create Email Channel with POP/Secure POP

    XMLWordPrintable

Details

    Description

      Atlassian status update as of 20th June 2018

      Thank you for your patience. The fix is now available on Jira Service Desk Version 3.13.1. For a complete list of issues resolved in this fix please refer here.

      — Jira Service Desk Team

      Atlassian status update as of 6th June 2018

      Hello All,

      Thank you everyone who has voted or commented on this bug.

      We've assessed this request and will be putting out a fix in an upcoming release. Stay tuned.
      Thank you for your support.

      — Jira Service Desk Team

      Summary

      Unable to create an email channel using POP /SECURE POP due to incorrect inbox empty validation.

      How to Replicate

      1. in Service Desk 3.12.0
      2. Set up a new inbox
      3. Create an email channel : Project Settings > Email Requests> Enter the email server details with POP or Secure POP
      4. Click next

      Expected results

      • The Wizard should continue to : Set up email channel

      Actual result

      • This error is shown : "Cannot link your email account due to emails in inbox"

      Workaround

      1. Setup the email inbox with a pop connection
      2. Run the following query first in the JIRA database:
        select * from "AO_54307E_EMAILCHANNELSETTING";
        
      1. Take the ID from there and replace it for the <id> in the following Query and run in your database:
        update "AO_2C4E5C_MAILCONNECTION" set "PROTOCOL" = 'pop3s' ,"PORT" = 995 where "ID" = <id>;
        

      Attachments

        Issue Links

          Activity

            People

              amarek@atlassian.com andi
              jsjauwmook Jeffrey Sjauw Mook (Inactive)
              Votes:
              25 Vote for this issue
              Watchers:
              34 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Backbone Issue Sync