Skip to content

API creating and updating projects as private not public #310

@KateCourt

Description

@KateCourt

Apologies if this is not the correct repo for API issues.

We have been using the API for a few years and noticed in the last month or so that new projects are being created as private and updated as private. The settings on the workspace are that new projects should be created as public. We use this code in our application that syncs between the tools we use and creates/updates projects in clockify where we use the isPublic parameter:

 let project = {
          name: projectName,
          clientId: clientId,
          isPublic: true,
          billable: true,
          public: true
        }

        const newProject = await axios.post(`/projects`, project, clockifyConfig)

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions