Hello community,
In my organisation, we have a software "JFrog Xray" that does automated deep scanning for artifacts, etc for vulnerabilities and security compliances. It generates a report accordingly, and then creates an automated ticket on Jira in the form of table with all the related details.
So, for example this is the kind of report we generate:
And the automated ticket looks like this:
Now, the issue can simply be seen above in the second screenshot inside the table, under the evidence column. The entire certificate ID is striked through. Although I understand that this is a result of the Atlassian markdown syntax that understands texts inside hyphen as strikethrough.
But we are not expecting this behaviour and hence want to escape this behaviour anyhow.
I have personally tried all the escape characters/patterns/tags known to me, but none of them works as it is inside a table and all the texts inside the markdown table syntax gets rendered as is and therefore, no help by using any kind of escape characters.
I have attached below some of the escape patterns I have tried along with its simple rendering on Jira (I would be pasting the body of the JSON request and the screenshots correspondingly):
{
"fields" : {
"description" : "||Month||Assignee||Backup||\n|January|Dave|Steve|\n|`----February----`|Gregg|Karen|\n|March|Diane|Jorge|"
}
}
{
"fields" : {
"description" : "||Month||Assignee||Backup||\n|January|Dave|Steve|\n|<code>----February----</code>|Gregg|Karen|\n|March|Diane|Jorge|"
}
}
{
"fields" : {
"description" : "||Month||Assignee||Backup||\n|January|Dave|Steve|\n|<----February---->|Gregg|Karen|\n|March|Diane|Jorge|"
}
}
{
"fields" : {
"description" : "||Month||Assignee||Backup||\n|January|Dave|Steve|\n|​-​-​-​-​February​-​-​-​-​|Gregg|Karen|\n|March|Diane|Jorge|"
}
}
So, is there a way we can escape this and achieve what I am looking for?
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.