Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose audit message grid search from ServiceInsight in ServicePulse #2131

Open
PhilBastian opened this issue Oct 24, 2024 · 0 comments
Open
Labels
Type: Feature Type: Feature

Comments

@PhilBastian
Copy link
Contributor

PhilBastian commented Oct 24, 2024

Describe the feature.

Note: this issue has #2130 as a prerequisite, which will create the audit grid

This issue is for exposing the audit message search functionality in ServicePulse, currently only accessible in ServiceInsight.

Requirements

  • Supply a textbox that the user can provide a search term in
  • Retrieve messages from ServiceControl http://servicecontrolurl/api/messages/search according to the supplied search term
  • Display messages details in the audit grid
  • If the current page selected on the audit grid would be higher than the number of pages after search then this should be handled gracefully

The search should only occur on explicit user request (e.g. button press), as otherwise this would likely cause performance issues.

Note: A few issues relating to the search functionality in ServiceInsight have been raised. Consider reading through these to see if any could be addressed as part of this effort:

Additional Context

No response

@PhilBastian PhilBastian changed the title Expose audit message grid search from ServiceInsight to ServicePulse Expose audit message grid search from ServiceInsight in ServicePulse Oct 24, 2024
@jpalac jpalac added the Type: Feature Type: Feature label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Type: Feature
Projects
None yet
Development

No branches or pull requests

2 participants