Find which space has a mail account setup

XMLWordPrintable

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      There is no functionality to know which space has a mail setting in Confluence.

      A work around to find a mail setting in a space currently is to query the database:

      select spaces.spacename, spaces.spacekey, bandana.bandanakey
      from spaces, bandana 
      where spaces.spacekey = bandana.bandanacontext AND bandana.bandanakey="atlassian.confluence.space.mailaccounts";
      

              Assignee:
              BillA
              Reporter:
              Roy Hartono [Atlassian]
              Votes:
              2 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: