cloudyspells / PsrAzDo-workbooks

Azure Monitor workbooks for Analyzing PSRule.Rules.AzureDevOps results
MIT License
6 stars 1 forks source link

Feature: Workbook "Azure DevOps Resources by Rule" - ruleName field should be a drop-down multi-select field (like in Azure DevOps Rule Hits by Resource Workbook) #21

Closed takis-kapas closed 9 months ago

takis-kapas commented 9 months ago

🚀 Feature Request

Is your feature request related to a problem? Please describe.

The problem is more on user's usability, where the user has to know (and copy-paste) the whole rule string in the "ruleName" text box in order to list the resources affected by that rule.

image

This should be a prepopulated drop-down multi-select field like the "Resource Name" in the "Azure DevOps Rule Hits by Resource" Workbook.

Also, the Resource FQN Column which lists the selected resource's rule Outcome(s), should be a hyperlink taking the user to the Resource Rule details screen (like in the Azure DevOps Resource State Workbook)

image

There are two usability problems here: 1) The user need to know the rule name, the specific rule FQN, copy it from somewhere and then paste it in the "ruleName" field 2) The table gets populated with that rule's Resource FQN and Outcome, but then the user does not know what the next action should be. I guess the logical action should be for the Resource FQN which either pass or fails, to be a hyperlink that sends the user to that Resource's Rule details screen. This is just a suggestion for analysis and review based on my perspective

*


Describe the solution you'd like

*


Describe alternatives you've considered

*


Additional context

*