Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unique project name #437

Open
adrien-delhorme opened this issue Apr 1, 2025 · 1 comment
Open

Unique project name #437

adrien-delhorme opened this issue Apr 1, 2025 · 1 comment

Comments

@adrien-delhorme
Copy link

Description

Two clients cannot have the same project name because a project's name is unique in the organization.

So I have to append the client's name to all my projects to avoid conflicting names.

Is this possible to allow the same project name on different clients?

Steps To Reproduce

...

Self-hosted or Cloud?

None

Version of solidtime: (for self-hosted)

No response

solidtime self-hosting guide: (for self-hosted)

No response

@corentinbettiol
Copy link

Here's a concrete case of the problem:

  • Client name : AAA
    • Project name : Website
      • Tasks names : Develop, Design, Maintenance
    • Project name : App
      • Tasks names : Develop, Design, Maintenance
    • Client name : BBB
    • Project name : Website
      • Tasks names : Develop, Design, Maintenance
    • Project name : App
      • Tasks names : Develop, Design, Maintenance

When importing projects from Clockify, the import task creates client AAA, projects Website & App in client AAA, and their tasks.

Then it creates client BBB, but skips creation of projects Website & App in client BBB since those projects names are already taken.

So almost all our projects have not been created when we imported our projects from clockify.

There is no mention of this behavior on the Import/Export page of solidtime. Is this a deliberate choice?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants