HTML command not working in Custom action input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I created a REST API for Jira, I'm trying to add HTML command for the input action 'Description' like below but when I see the result in Jira I see the HTML command not working. Also I added space to each field in Description in the Action inputs seems that didn't work as well. Any idea where I'm wrong?
I'm passing this Description in regex
Request Payload
Jira Output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Could you test without the regex expression and a single line in the description field.
Check whether you are getting the value at Jira end. It seems Regex character is not getting parsed/escaped .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I tried passing without regex for the other input 'Summary' but I don't see HTML command working there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6m ago - last edited 6m ago
Can you check your Jira version?
As per this post ,
HTML tags no longer working on field description post upgrade to v8.11.1
