Unable to Apply Certain Filter Conditions (e.g., TriggerName, TriggerBy, Status) in ADF monitor URL Query Parameters
I need a link that navigates to the ADF Monitor page and automatically applies filter conditions, such as triggername, from another site.
Currently, I can use a URL like the following to pre-fill the pipelinename filter field on the ADF Monitor portal:
https://ms-adf.azure.com/en/monitoring/pipelineruns?...**&filter.pipelinename=<pipelinename>**
However, other filter parameters, such as triggername, triggerby, and status, don't seem to take effect when included in the URL.
Are there specific limitations or supported query parameters for filtering in the ADF Monitor URL? How can I make these other conditions work?
Thank you for your guidance!