Introduction

A project allows you to group a set of tasks that will only be accessible (and visible) to a limited number of users.

For example:

  • a Backup project reserved for system administrators
  • a CI/CD project dedicated to your devops
  • a Reporting project, readable by your Marketing team, and writable by your data engineers

Notifiers and constants are also associated with it, which can be used by the tasks of the project exclusively.

Project access rights can be assigned to each user via roles.

When you are logged in as an administrator, you can find the exhaustive list of projects via the Projects menu, if you are not, this list will be restricted to projects for which you have been assigned a role.

Add a project

To add a project, log in to the UI as an administrator, go to Projects → New project and complete the form:

Project Name

The name of the project.

Id

The project identifier, which is generated from the initial name given to the project (future modifications to the project name will not change its identifier).

Description

A description of the project to be found on its dedicated page.

Markdown format can be used to enter this description.

Execution retention period

Set the default number of days to retain executions of project-related tasks.

This value overrides the global settings and can itself be overridden in project tasks.