Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-67210

Convert html tags to markup during import process

    XMLWordPrintable

Details

    • 2
    • 22
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      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]+).*?\/?>))"," ")}}

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              crocha Carlos Rocha (Inactive)
              Votes:
              16 Vote for this issue
              Watchers:
              9 Start watching this issue

              Dates

                Created:
                Updated: