Issue Details (XML | Word | Printable)

Key: JRA-9415
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Chris Mountford [Atlassian]
Reporter: Dylan Etkin [Atlassian]
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JIRA

When doing an edit issue or a bulk edit and only adding a comment an IssueUpdated event is not thrown

Created: 21/Feb/06 09:35 PM   Updated: 30/Jul/06 07:37 PM
Component/s: Events / Listeners
Affects Version/s: 3.5.1
Fix Version/s: 3.5.2

Time Tracking:
Not Specified

File Attachments: 1. File DefaultIssueUpdater.class (3 kB)

Issue Links:
Cause
 
Duplicate
 

Participants: Chris Mountford [Atlassian] and Dylan Etkin [Atlassian]
Since last comment: 2 years, 28 weeks ago
Resolution Date: 23/Feb/06 01:02 AM
Labels:


 Description  « Hide
When doing an edit issue or a bulk edit and only adding a comment an IssueUpdated event is not thrown. We need to be throwing an issueUpdated event in this case. Be careful, because when just adding a comment (via add comment), we want the issueCommented event to be thrown.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Chris Mountford [Atlassian] added a comment - 23/Feb/06 01:01 AM
As requested here's a patch consisting of one file: DefaultIssueUpdater.class

Install instructions follow:

If you are using JIRA Standalone please do the following:

1. Download attached file
2. Copy the file to <jira_install_dir>/atlassian-jira/WEB-INF/classes/com/atlassian/jira/issue/util/ overwriting the file there
3. Restart JIRA

If you are using the WAR distribution of JIRA:

1. Download attached file
2. Rename CvsRepositoryUtilImpl_1.class to CvsRepositoryUtilImpl$1.class
3. Rename CvsRepositoryUtilImpl_2.class to CvsRepositoryUtilImpl$2.class
4. Rename CvsRepositoryUtilImpl_3.class to CvsRepositoryUtilImpl$3.class
5. Copy the file to <jira_install_dir>/webapp/WEB-INF/classes/com/atlassian/jira/issue/util/
6. Run 'build.sh clean' on unix or 'build.bat clean' on windows
7. Run 'build.sh' on unix or 'build.bat' on windows
8. Redeploy the JIRA web app into your application server
9. Restart the application server