History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRA-5556
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jeff Turner [Atlassian]
Reporter: Jeff Turner [Atlassian]
Votes: 0
Watchers: 1
Operations

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

Allow 'Cc the assignee' feature in CreateIssueHandler to be turned off

Created: 23/Dec/04 05:55 PM   Updated: 02/Mar/08 11:47 PM
Component/s: Services
Affects Version/s: None
Fix Version/s: 3.1 Standard

Time Tracking:
Not Specified

File Attachments: 1. Java Archive File createissuehandler.jar (4 kb)

Issue Links:
Reference
 

Participants: Christophe Fonteyne and Jeff Turner [Atlassian]
Since last comment: 171 weeks, 5 days ago
Resolution Date: 23/Dec/04 06:02 PM
Labels:


 Description  « Hide
JIRA's CreateIssueHandler has a feature whereby if a valid JIRA user's email address is Cc'ed, that user becomes the issue assignee. This behaviour should be configurable in the handler parameters.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] - 23/Dec/04 06:02 PM
There is now a 'ccassignee' flag governing this behaviour:

http://www.atlassian.com/software/jira/docs/latest/issue_creation_email.html


Jeff Turner [Atlassian] - 29/Dec/04 10:59 PM
Attached is a replacement class which implements this. It should be copied to WEB-INF/classes/, and then 'jar xvf createissuehandler.jar' run, so that the extracted class replaces the existing one.

Christophe Fonteyne - 27/Jan/05 06:42 AM
This works very well. Can I also get the fix for the create or comment handler?