When creating copy of a Wrangler job, the suffix "copy" concatenated to the original job name. Improve the logic for generating new name in cases the original name ends with number. In this cases just increment the number instead of appending the suffix "copy".
When creating copy of a Wrangler job, the suffix "copy" concatenated to the original job name. Improve the logic for generating new name in cases the original name ends with number. In this cases just increment the number instead of appending the suffix "copy".
Example:
Daily Report -> Daily Report copy
Daily Report 4 -> Daily Report 5