[
https://issues.apache.org/jira/browse/GROOVY-8198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16019624#comment-16019624
]
John Wagenleitner commented on GROOVY-8198:
-------------------------------------------
The [[email protected]
listserv|http://groovy-lang.org/mailing-lists.html] would be a better place for
questions like this. Would be helpful there to indicate how you are getting
that value (might be able to fix it there), else probably some sort of
[regex|http://docs.groovy-lang.org/latest/html/documentation/#_regular_expression_operators]
to pull out just the text would be what you want.
> need a command to delete specific parts of my data.
> ---------------------------------------------------
>
> Key: GROOVY-8198
> URL: https://issues.apache.org/jira/browse/GROOVY-8198
> Project: Groovy
> Issue Type: Question
> Reporter: Al Jubran
>
> Hello,
> I have a "mail to user" button written in groovy that pulls the description
> field from the Jira ticket and copy it to outlook.
> the problem is that in some cases (when the text isn't in english and it's
> colored) the groovy pulls the default text instead of the HTML markup.
> if the description is "hello"
> the button pulls into outlook "{color:#4425} hello {color}"
> is there any groovy command that i can insert in order to fix this issue?
> like deleting these parts or replacing it with space.
> Thanks!
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)