Steve Roth created JENKINS-13517: ------------------------------------ Summary: CopyProjectLink plugin: does not work with jobs using 'display name' feature Key: JENKINS-13517 URL: https://issues.jenkins-ci.org/browse/JENKINS-13517 Project: Jenkins Issue Type: Bug Components: copy-project-link Affects Versions: current Reporter: Steve Roth Priority: Minor
In Jenkins 1.454, the copy project link plugin does not work when copying a job which is using the new 'display name' feature. You can repro with these steps: - create job A and go to the configure page. - click the Advanced... button next in the 'Advanced Project Options section. - set the Display Name to something like 'My job' - save the config page - on the main job page, click the 'Copy project' link to copy it - note the URL has the (internal) job name -- 'A' (good) - enter a new job name, and click OK. At this point, you get an error message of the form: Error No such job: My job A workaround is to use the normal 'new job' approach for copying a job. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira