When somebody replies to a notification mail that was generated by assigning him an issue, this reply gets added to that issue as a comment. That's OK, we want that to happen.
But the problem is that the whole reply is included in this comment, even the quoted part with the text that is already in the issue description.
How can we avoid that and setup that only what a user writes in reply email is entered as a comment?
P.S. Many other systems have such a feature enabled, they put a line in the email with some identifier and saying reply above this line.
Have you enabled 'stripQuotes' as referred:
https://confluence.atlassian.com/display/JIRA/Creating+Issues+and+Comments+from+Email
Earlier questions:
If that doesn't work there is the Regexp Comment Handler
https://answers.atlassian.com/questions/54911/jira-comments-from-email
And failing all that, there is also JEMH that can does the body delimitig as well.
Yes strip quotes is enabled, but the problem is that not all mail clients put quotation in the email reply.
The soultion I found that works is:
So this is exactly like in the link you suggested:
https://answers.atlassian.com/questions/54911/jira-comments-from-email
Thx.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding a comment to an existing issue via email doesn't work on OnDemand:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I already have stripe quotes turned on, but I the users that have iphone are still posting the entire original content of the jira ticket,
what command handler can be used to fix this?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.