Log Issue Update Listener

Name Issue Listener
Version 1.0
Product Versions 1.0
Author(s) Jonathan Zhang
Homepage http://confluence.atlassian.com/display/JIRAEXT/Log+Issue+Update+Listener
Price  
License  
JavaDocs  
IssueTracking  
Download JAR https://svn.atlassian.com/svn/public/contrib/jira/jira-issue-listener/jars/
Download Source https://svn.atlassian.com/svn/public/contrib/jira/jira-issue-listener/

Description/Features

This JIRA event listener logs changes to JIRA issues in a MYSQL database. When there is an issue event, the event is logged in a table named updates and the issue details is updated/inserted in a table named my_issues.

Installation

  • Copy the jar file into $JIRA_HOME/atlassian-jira/WEB-INF/lib directory.
  • Stop the JIRA instance.
  • Start the JIRA instance.
  • As JIRA administrator, select System/Listeners.
  • In "Add Listener" frame, type in something like "Log Issue Update Listener" in the "Name" textbox, specify "com.atlassian.jira.event.listeners.GetIssueDetailsListener" in the "Class" textbox, click "Add" button.
  • Edit the listener added, specify these parameters:
        - Address of DB server.
        - Database name.
        - Database account.
        - Account password.
        - Severity custom field ID.
      Click "Update" button.

Usage

The MYSQL database keeps a replica of JIRA issue info. This facilitates system integration of JIRA and other application systems.

Examples

Version History

Open Issues

Screenshots

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.