PlexTrac supports file imports from Burp Suite Professional and Burp Suite Community product offerings in an xml format. Below are the mappings of fields.
​
PlexTrac finding field
Burp path
Notes
title
issue/name
​
severity
issue/severity
maps "Information" to "Informational"
references
issue/vulnerabilityClassifications
removes the chars
description
issue/issueBackground
​
evidence
issue/issueDetail
​
status
"Open"
​
label
"HTTP Response"
​
value
issue/requestresponse/response
decodes the base64 encryption and wraps it in <pre><code>%s</code></pre>
value
issue/requestresponse/request
decodes the base64 encryption and wraps it in <pre><code>%s</code></pre>