Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-43889

Send an Email Notification to all JIRA admins when a New Project is Created

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • None
    • None
    • 1
    • 3
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

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

      Scenario

      Currently when a new project is created in JIRA, no one is aware of it, even JIRA admins or sys admins. The Audit log records this piece of info but is easy to be filled up with other info thus makes it hard for sys/admins to easily keep track.

      Suggestion

      Trigger an Event when a new Project is created so that all JIRA sys/admins are notified of its creation.

      Workaround

      DB Admin can run this SQL query manually, perhaps every Monday, to find out newly created projects in a previous week:

      SELECT * FROM audit_log where summary = 'Project created' and created >= '2015-06-15 00:00:00'
      

            Unassigned Unassigned
            vdung Andy Nguyen (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: