You can use the search tokens available in the Burp tab and refine your search results. Click each token to learn more about it.
Example
Find burp reports created on a certain date and with a certain tag
burpReport.created:"2020-03-20" AND tags.name:"Internal1"
Example
Find burp reports that are marked as default
NOT burpReport.isDefault:"false"
Example
Find burp reports with one of these id values
burpReport.id:9725 OR
burpReport.id:9999
Use these search tokens to find burp records.
Example
Find burp report with the given ID
burpReport.id:9725
burpReport.nameburpReport.name
Example
Find report templates that contain part of the given name
burpReport.name:"Burp Report name"
burpReport.createdburpReport.created
Example
Show burp report that were created in past 6 months.
burpReport.created:[now-6M .. now]
Show burp reports those were created on a specified date.
burpReport.created:"2020-03-20"
Show burp reports which were created after a specified date.
burpReport.created >"2020-03-20"
Show burp reports created between March 2020 to Dec 2020.
burpReport.created:[2020-03-01 .. 2020-12-31]
burpReport.createdBy.firstNameburpReport.createdBy.firstName
Example
Find burp report that is created by user whose first name is Chandler.
burpReport.created:Chandler
burpReport.createdBy.lastNameburpReport.createdBy.lastName
Example
Find burp report that is created by user whose last name is Bing.
burpReport.createdBy.lastName:Bing
burpReport.createdBy.usernameburpReport.createdBy.username
Example
Find burp report that is created by user whose user name is quays_pp.
burpReport.createdBy.username:quays_pp
burpReport.exportDateburpReport.exportDate
Example
Show burpreport that were ere updated in past 6 months.
burpReport.updated: [now-6M .. now]
Show report burpReport that was updated on specified date.
burpReport.updated:"2020-03-20"
Show burpreports which were updated after a specified date.
burpReport.updated >"2020-03-20"
Show reports updated between March 2020 to Dec 2020.
burpReport.updated:[2020-03-01 .. 2020-12-31]
burpReport.owner.firstNameburpReport.owner.firstName
Example
Find burp report with owner's first name as Chandler
burpReport.owner.firstName:Chandler
burpReport.owner.lastNameburpReport.owner.lastName
Example
Find burp report with owner's last name as Bing
burpReport.owner.lastName:Bing
burpReport.owner.usernameburpReport.owner.username
Example
Find burp report with owner's last name as quays_pp
burpReport.owner.username:quays_pp
burpReport.quickFiltersburpReport.quickFilters
Example
Find burp report which is with given quick filters
burpReport.quickFilters:MY_BURP_REPORT