Convert html tags to markup during import process

XMLWordPrintable

    • 17
    • 26

      Summary

      Create the ability to convert some HTML tags to markup during import process.

      If the description of the issue (in the source instance) is "<b>This should be bold</b>", JIRA will display "<b>This should be bold</b>". JIRA could convert <b> to *.

      Example

      • Convert <b>text<b> to text

      Workaround to remove HTML tags{}

      It's possible to create an automation rule to remove all HTML tags and replace it with a blank space. For this, we may use the following smart values:

      {{issue.description.replaceAll("((?:<style.+?>.+?<\/style>|&nbsp;|<script.+?>.+?<\/script>|<(?:!|\/?[a-zA-Z]+).*?\/?>))"," ")}}

            Assignee:
            Unassigned
            Reporter:
            Carlos Rocha (Inactive)
            Votes:
            25 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated: