-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
2
-
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
As of JIRA 3.4, JIRA has a RegexCommentHandler, which parses emails for separators from broken mail clients (contributed by a user, IIRC). People now want the ability to create or comment on an issue, using regular expressions.
We should either:
- (preferably) pull the regexp parsing capability out of RegexCommentHandler, and add its 'splitregex' parameter to CreateOrCommentHandler.
- create a RegexCreateOrCommentHandler
- is related to
-
JRASERVER-14411 RegexCommentHandler with IMAP not just POP
- Closed
- relates to
-
JRACLOUD-11807 Add a Create or Comment regexp handler for incoming mail
- Gathering Interest
Neil - thanks for contributing to this issue, I built off of your handler and added regular expression splitting for issue creation.
I'm attaching the two compiled classes with source in a zip (RegexCreateOrComment.zip). Disclaimer: these were only tested in jira 4.2.2 standalone. Hope this helps.