Hello,
http://www.atlassian.com/software/jira/docs/latest/services.html#messagehandlers
There is a ccassignee flag that you can set so that the email address on cc: of the message sent to JIRA becomes the issue's assignee. This works correctly when creating a new issue (
CreateIssueHandler) but does not work when commenting on an existing issue (
CreateOrCommentHandler). In case you send a message to JIRA with the subject containing an existing issue's ID, the comment gets posted but the assigneee does not change.
Is it possible to fix this?
regards,
Neeraj
The ccassignee field is supposed to send an e-mail to first assignable user in that project only when the issue is created, hence what you described is an intended behavior, not a bug.
Cheers,
Dushan