You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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
Describe the feature.
This issue is for exposing the audit message search functionality in ServicePulse, currently only accessible in ServiceInsight.
Requirements
servicecontrolurl
/api/messages/search according to the supplied search termThe search should only occur on explicit user request (e.g. button press), as otherwise this would likely cause performance issues.
Additional Context
No response
The text was updated successfully, but these errors were encountered: