-
Suggestion
-
Resolution: Unresolved
-
2
-
25
-
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>| |<script.+?>.+?<\/script>|<(?:!|\/?[a-zA-Z]+).*?\/?>))"," ")}}
- is duplicated by
-
JSWCLOUD-24204 Option to convert the HTML Value properly in Jira fields when imported via API to ADF
- Closed
- relates to
-
JRACLOUD-77436 Provide a public REST API endpoint to convert between ADF, HTML, Markup and Markdown now that pf-editor-service has been decommissioned
- Gathering Interest
- is action for
-
VOC-1875 Loading...