...
Name your gadget meaningfully, so everyone knows at a glance what it is about and when to use it. Fill out the rest of the fields as applicable, namely:
The datasource to connect to Bitbucket Pipelines. Remember that you need the Dashboard Hub Connector for Bitbucket app, see Dashboard Hub Connector Apps if you don’t know what is that.The repository (or repositories) where the pull requests are waiting to be reviewed, select a Projectrak datasource (see Add and Manage Datasources).
The PQL (Projectrak Query Language) query to filter the list of projects (see the DEISER’s Projectrak Advanced search with PQL documentation). If you don’t add a PQL query and click “Load”, the gadget will request all the content in the source instance, this might cause performance issues. We recommend to add at least one clause, for example to list all the projects that are “On track” and the lead of those projects is the current user, use the clause
Status = "On track" and lead = currentUser()
. And remember that the gadget returns the results of the query, which are not fixed and could change over time.Finally, indicate if you want to use the current settings for all the compatible gadgets in the dashboard. This option eases the pain of configuring one by one the rest of the gadgets with the same default configuration
...