joshsoftware / joshsoftware/EZScreen

Suggestion/(bug) Title: Frontend issue: Cloned jobs do not have unique copy numbering

Open
#58 0 comments 0 reactions 1 assignee Claimed by @nikhilgosavi-josh View on GitHub
Suggestion
Dominant language
Python
Stars
0
Forks
0
Avg merge
18h 32m
Merged PRs (30d)
30

Description

Title: Frontend issue: Cloned jobs do not have unique copy numbering

Summary:
After cloning a job, the system creates a copy with the same title and only adds “(Copy)”. When multiple copies are created, users cannot clearly distinguish between them.

Environment: Staging

Module: Jobs → Clone Job

Precondition:
An existing job is available.

Steps to Reproduce:

Open the Jobs page.
Clone an existing job.
Observe the newly created job title.
Clone the same job again.
Compare the titles of the cloned jobs.

Actual Result:
The cloned jobs are displayed with the same title, such as:

DevOps (Copy)
DevOps (Copy)
DevOps (Copy)

Expected Result:
Each cloned job should have a clearly distinguishable, unique title, such as:

DevOps (Copy 1)
DevOps (Copy 2)
DevOps (Copy 3)

The numbering should continue correctly for subsequent copies.

Impact:
Users may confuse multiple cloned jobs and may open, edit, or publish the wrong job.

Priority: Medium

Attachnment :

Image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.