You can use the search tokens available in the Bugcrowd tab and refine your search results. Click each token to learn more about it.
Example
Find bugcrowd reports created on a certain date and with certain tag
bugcrowdReport.created:2020-03-20 AND tags.name:"Internal"
Example
Find bugcrowd reports that are not marked as default
NOT bugcrowdReport.IsDefault:"false"
Example
Find bugcrowd reports with one of these id values
bugcrowdReport.id:9725 OR
bugcrowdReport.id:9999
Use these search tokens to find bugcrowd reports.
bugcrowdReport.idbugcrowdReport.id
Example
Find bugcrowd report with the given ID
bugcrowdReport.id:9725
bugcrowdReport.namebugcrowdReport.name
Example
Find bugcrowd reports that contain part of the given name
bugcrowdReport.name:"Bugcrowd Report name"
bugcrowdReport.createdbugcrowdReport.created
Examples
Show bugcrowd reports that were created in past 6 months.
bugcrowdReport.created:[now-6M .. now]
Show bugcrowd reports that was created on a specified date.
bugcrowdReport.created:"2020-03-20"
Show bugcrowd reports that were created after a specified date.
bugcrowdReport.created >"2020-03-20"
Show bugcrowd reports created between March 2020 to Dec 2020.
bugcrowdReport.created:[2020-03-01 .. 2020-12-31]
bugcrowdReport.createdBy.firstNamebugcrowdReport.createdBy.firstName
Example
Find bugcrowd reports that is created by user whose first name is Chandler.
bugcrowdReport.created:Chandler
bugcrowdReport.createdBy.lastNamebugcrowdReport.createdBy.lastName
Example
Find bugcrowd reports that is created by user whose last name is Bing
bugcrowdReport.createdBy.lastName:Bing
bugcrowdReport.createdBy.usernamebugcrowdReport.createdBy.username
Example
Find bugcrowd report that is created by user whose user name is quays_pp
bugcrowdReport.createdBy.username:quays_pp
bugcrowdReport.owner.firstNamebugcrowdReport.owner.firstName
Example
Find bugcrowd reports with owner's first name as Chandler
bugcrowdReport.owner.firstName:Chandler
bugcrowdReport.owner.lastNamebugcrowdReport.owner.lastName
Example
Find bugcrowd reports with owner's last name as Bing
bugcrowdReport.owner.lastName:Bing
bugcrowdReport.owner.usernamebugcrowdReport.owner.username
Example
Find bugcrowd reports with owner's last name as quays_pp
bugcrowdReport.owner.username:quays_pp
bugcrowdReport.quickFiltersbugcrowdReport.quickFilters
Example
Find bugcrowd reports with the given quick filter
bugcrowdReport.quickFilters:MY_BUGCROWD_REPORT