From 4e79e5673be3e3c1a1d7260478c83eeecab6dad9 Mon Sep 17 00:00:00 2001 From: "robert.richardson" Date: Wed, 7 Aug 2024 13:47:20 +0200 Subject: [PATCH] Add help on how to exclude groupless jobs from WebUI Related Ticket: https://progress.opensuse.org/issues/155398 --- templates/webapi/test/list.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/webapi/test/list.html.ep b/templates/webapi/test/list.html.ep index fbb8cd58cdd..d713327349b 100644 --- a/templates/webapi/test/list.html.ep +++ b/templates/webapi/test/list.html.ep @@ -45,7 +45,7 @@

Finished jobs

<%= help_popover 'Parameters for finished jobs' => '

It is possible to increase the number of finished jobs shown in the table via the limit query parameter.

' - . '

Additionally you can use the group_glob and not_group_glob query parameters to include and exclude job groups with comma separated lists of globs, like *kernel*,*Tumbleweed*.

' + . '

Additionally you can use the group_glob and not_group_glob query parameters to include and exclude job groups with comma separated lists of globs, like *kernel*,*Tumbleweed*. To just exclude groupless jobs, specify *

' . '

It is possible to filter jobs by comments using the comment query parameter, e.g. comment=boo%23123 to search for jobs referencing Bugzilla ticket 123.

', undef, undef, undef, style => 'vertical-align: text-top'; %>