mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Update docs with project attributes permissions description (#16301)
* Update docs with project attributes permissions description * Add changes to project attributes docs * Update docs/user-guide/project-overview/README.md * Update docs/user-guide/project-overview/README.md * Update docs/user-guide/project-overview/README.md * Update docs/user-guide/project-overview/README.md * Update docs/user-guide/project-overview/README.md * Update docs/user-guide/projects/project-settings/project-attributes/README.md * Update docs/user-guide/projects/project-settings/project-attributes/README.md * Update docs/user-guide/projects/project-settings/project-attributes/README.md --------- Co-authored-by: Maya Berdygylyjova <MayaBerd@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,10 @@ Open the project overview by navigating to **Overview** in the project menu on t
|
||||
|
||||
You will see a list of all available project attributes in a pane on the right side of of your Project overview page. They may be grouped in sections.
|
||||
|
||||
> [!TIP]
|
||||
> Your view of the project attributes may vary depending on on your [roles and permissions in OpenProject](../../system-admin-guide/users-permissions/roles-permissions/).
|
||||
> The project attributes are visible for users with the **View project attributes** permission enabled. The editing icons are visible for users with the **Edit project attributes** permission.
|
||||
|
||||

|
||||
|
||||
To edit the value of any visible project attribute, click on the **Edit** (pencil) icon next to the name of the section containing that project attribute. A modal will be displayed with all the attributes in that section.
|
||||
@@ -46,7 +50,8 @@ To edit the value of any visible project attribute, click on the **Edit** (penci
|
||||
|
||||
Edit the values for each project attribute and click on **Save** to confirm and save your changes.
|
||||
|
||||
>**Note:** If you are an instance admin and would like to create, modify or add project attributes, please read our [admin guide to project attributes](../../system-admin-guide/projects/project-attributes).
|
||||
>[!NOTE]
|
||||
>If you are an instance admin and would like to create, modify or add project attributes, please read our [admin guide to project attributes](../../system-admin-guide/projects/project-attributes).
|
||||
|
||||
### Project attribute settings
|
||||
|
||||
@@ -54,7 +59,8 @@ To adjust the the project attribute settings for a specific project click the **
|
||||
|
||||

|
||||
|
||||
>Note: This option is always available to instance and project administrators. It can also be activated for specific roles by enabling the *select_project_attributes* permission for that role via the [Roles and permissions page](../../system-admin-guide/users-permissions/roles-permissions/) in the administrator settings.
|
||||
>[!NOTE]
|
||||
>This option is always available to instance and project administrators. It can also be activated for specific roles by enabling the *select_project_attributes* permission for that role via the [Roles and permissions page](../../system-admin-guide/users-permissions/roles-permissions/) in the administrator settings.
|
||||
|
||||
## Mark a project as favorite
|
||||
|
||||
@@ -69,7 +75,8 @@ You can archive a project directly from the project overview page. To do that cl
|
||||
|
||||

|
||||
|
||||
>Note: This option is always available to instance and project administrators. It can also be activated for specific roles by enabling the *archive_project* permission for that role via the [Roles and permissions page](../../system-admin-guide/users-permissions/roles-permissions/) in the administrator settings.
|
||||
>[!NOTE]
|
||||
>This option is always available to instance and project administrators. It can also be activated for specific roles by enabling the *archive_project* permission for that role via the [Roles and permissions page](../../system-admin-guide/users-permissions/roles-permissions/) in the administrator settings.
|
||||
|
||||
You can also archive a project under [project settings](../projects/#archive-a-project) or in a [projects list](../projects/project-lists/).
|
||||
|
||||
@@ -138,7 +145,8 @@ The description can be added or changed in the [project settings](../projects/pr
|
||||
|
||||
### Project details widget
|
||||
|
||||
> **Important note**: Project details widget was replaced by [Project attributes](#project-attributes) in [OpenProject 14.0](../../release-notes/14-0-0/) and will be removed in the future.
|
||||
> [!IMPORTANT]
|
||||
> Project details widget was replaced by [Project attributes](#project-attributes) in [OpenProject 14.0](../../release-notes/14-0-0/) and will be removed in the future.
|
||||
|
||||
The project details widget displays all custom fields for projects, e.g. project owner, project due date, project number, or any other custom field for this project.
|
||||
|
||||
@@ -248,9 +256,7 @@ The work package table widget includes a work package table to the project overv
|
||||
|
||||
To **re-order** a widget, click on the dots icon on the upper left hand corner and drag the widget with the mouse to the new position.
|
||||
|
||||
To **re-size** a widget, click on the grey icon in the lower right hand corner of the widget and drag the corner to the right or left. The widget will re-size accordingly.
|
||||
|
||||

|
||||
To **re-size** a widget, click on the grey icon in the lower right hand corner of the widget and drag the corner to the right or left. The widget will re-size accordingly.
|
||||
|
||||
## Remove widget from project overview page
|
||||
|
||||
|
||||
@@ -8,11 +8,15 @@ keywords: project attributes, project settings, enable, disable, project admin
|
||||
|
||||
# Project attributes
|
||||
|
||||
**Project attributes**are a set of project-level custom fields that let you display certain types of information relevant to your project in the [Project overview](../../../project-overview) page.
|
||||
**Project attributes** are a set of project-level custom fields that let you display certain types of information relevant to your project in the [Project overview](../../../project-overview) page.
|
||||
|
||||
This guide is aimed at project administrators who want to enable or disable certain project attributes for their project.
|
||||
|
||||
>**Note:** If you are an instance admin and would like to create, modify or add project attributes, please read our [admin guide to project attributes](../../../../system-admin-guide/projects/project-attributes).
|
||||
> [!NOTE]
|
||||
> Alongside the project administrators, other users can also be given the permission to enable/disable project attributes by enabling the **Select project attributes** permission for their roles.
|
||||
|
||||
>[!TIP]
|
||||
>If you are an instance admin and would like to create, modify or add project attributes, please read our [admin guide to project attributes](../../../../system-admin-guide/projects/project-attributes).
|
||||
|
||||
Navigate to **Project settings** → **Project attributes**.
|
||||
|
||||
@@ -26,4 +30,5 @@ You can also use the **Enable all** and **Disable all** buttons visible to the r
|
||||
|
||||
If your instance has a particularly long list of project attributes, you can use the search bar at the top to find specific ones.
|
||||
|
||||
>**Note**: The project settings page for project attributes only lets you enable or disable certain attributes. It does *not* let you set the values for each. To do this, go to the [Project Overview](../../../project-overview) page.
|
||||
>[!TIP]
|
||||
>The project settings page for project attributes only lets you enable or disable certain attributes. It does *not* let you set the values for each. To do this, go to the [Project Overview](../../../project-overview) page.
|
||||
|
||||
Reference in New Issue
Block a user