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

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Won't Do
    • None
    • Component/s: None
    • 1
    • 3

      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'
      

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

              Created:
              Updated:
              Resolved: