Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Component/s: core
-
Labels:None
-
Environment:Jenkins 1.403
Description
I'm trying to create a new job as a copy of an existing job.
When I enter the name of the job to copy:
- the suggestion list only displays a few (exactly 10) of the available jobs
- the suggestion list does not change to match the typed prefix
- tabbing out of the input box replaces its contents with the first suggestion (which does not match what I typed at all) unless I use the arrows to choose another suggestion
So I can only copy one of the alphabetically first 10 jobs defined in Jenkins and even that is not easy.
Issue Links
- duplicates
-
JENKINS-9384
Copy existing job in New Job does not actually search in the suggestion list
-
- Resolved
-
Workaround: actually I have a workaround for the third point. Pressing the up arrow makes the suggestion box disappear and then tabbing out of the input box does not destroy its contents.