I'm trying to remove some of the default text the issue collector adds when it creates an issue via Jira Automation. I want to remove the E-mail and Reporter text
I have a rule setup with the following steps:
The first pic is the result after the rule was setup. The goal is to remove Reporter: and E-mail: and keep everything else in the description (if possible)
Hi @Dennis_H
It appears there is formatting in the description field. Try to export an example issue to learn what format mark-up is there, and that will help in the removal.
Next, do you want to remove the entire email prompt and string? If so, you may want to use removeAll() with a regular expression, replacing with an empty string. rather than using remove()
Please look here for an example of how to do that:
Best regards,
Bill
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.