Home

Search Tokens for Bugcrowd Reports

You can use the search tokens available in the Bugcrowd tab and refine your search results. Click each token to learn more about it.

Generic

andand

Use a boolean query to express your query using AND logic.

Example

Find bugcrowd reports created on a certain date and with certain tag

bugcrowdReport.created:2020-03-20 AND tags.name:"Internal"

notnot

Use a boolean query to express your query using NOT logic.

Example

Find bugcrowd reports that are not marked as default

NOT bugcrowdReport.IsDefault:"false"

oror

Use a boolean query to express your query using OR logic.

Example

Find bugcrowd reports with one of these id values

bugcrowdReport.id:9725 OR bugcrowdReport.id:9999

Bugcrowd Report Tokens

Use these search tokens to find bugcrowd reports.

bugcrowdReport.idbugcrowdReport.id

Use an integer value to find the bugcrowd report with the specified ID.

Example

Find bugcrowd report with the given ID

bugcrowdReport.id:9725

bugcrowdReport.namebugcrowdReport.name

Use values within quotes or backticks to find bugcrowd report with the specified name.

Example

Find bugcrowd reports that contain part of the given name

bugcrowdReport.name:"Bugcrowd Report name"

bugcrowdReport.createdbugcrowdReport.created

Use a date range or specific date to find bugcrowd reports that were created on the given date or date range.

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

Use values within quotes or backticks to find bugcrowd reports created by specified user’s first name.

Example

Find bugcrowd reports that is created by user whose first name is Chandler.

bugcrowdReport.created:Chandler

bugcrowdReport.createdBy.lastNamebugcrowdReport.createdBy.lastName

Use values within quotes or backticks to find bugcrowd report created by specified user’s last name.

Example

Find bugcrowd reports that is created by user whose last name is Bing

bugcrowdReport.createdBy.lastName:Bing

bugcrowdReport.createdBy.usernamebugcrowdReport.createdBy.username

Use values within quotes or backticks to find bugcrowd reports updated by specified user’s first name.

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

Use values within quotes or backticks to find bugcrowd reports with owner's first name.

Example

Find bugcrowd reports with owner's first name as Chandler

bugcrowdReport.owner.firstName:Chandler

bugcrowdReport.owner.lastNamebugcrowdReport.owner.lastName

Use values within quotes or backticks to find bugcrowd reports with owner's last name.

Example

Find bugcrowd reports with owner's last name as Bing

bugcrowdReport.owner.lastName:Bing

bugcrowdReport.owner.usernamebugcrowdReport.owner.username

Use values within quotes or backticks to find bugcrowd reports with owner's username.

Example

Find bugcrowd reports with owner's last name as quays_pp

bugcrowdReport.owner.username:quays_pp

tags.nametags.name

Use values within quotes or backticks to find bugcrowd reports that are associated with the specified tag(s).

Example

Find bugcrowd reports with part of the tag named "Internal P1" associated with it

tags.name:"Internal P1"

Find bugcrowd reports with part of the tag named "Dev Internal" or "Production" associated with it

tags.name: ["Dev Internal", "Production"]

Find bugcrowd reports with the tag named Target1 associated with it

tags.name:`Target1`

bugcrowdReport.quickFiltersbugcrowdReport.quickFilters

Use a text value ##### to find bugcrowd reports with specified quick filters: MY_PARAMSETS, IN_USE, NOT_IN_USE

Example

Find bugcrowd reports with the given quick filter

bugcrowdReport.quickFilters:MY_BUGCROWD_REPORT