Content
View differences
Updated by Bruno Pagno about 1 year ago
**Context**
This is a UX optimisation that doesn't add any new functionality but instead rearranges items for cleaner navigation.
**Acceptance criteria**
* Under {Project} → Project settings,
* Create a new entry called 'Work packages' with three tabs:
* Types
* Categories
* Custom fields
* Move the 'Work package types', 'Work package categories' and 'Custom field' entries into the above tabs
* If a user does not have the permission to see any of the three tabs, the 'Work packages' menu item should not be visible
* Each tab will have their own new URL, and the old one does a permanent redirect to the new one:
* `projects/:project_id/settings/types` redirects to `projects/:project_id/settings/work_packages/types`
* same for categories and custom fields
**Technical notes**
* Technical considerations depend on the open point below of Primerising the three relevant project pages.
**Permissions and visibility considerations**
* No changes
**Out of scope**
* \[open\] The Primerisation of these pages is out of scope for now
* The settings for comments with restricted visibilty is not part of this feature and will be handled separately:
* ##61031
This is a UX optimisation that doesn't add any new functionality but instead rearranges items for cleaner navigation.
**Acceptance criteria**
* Under {Project} → Project settings,
* Create a new entry called 'Work packages' with three tabs:
* Types
* Categories
* Custom fields
* Move the 'Work package types', 'Work package categories' and 'Custom field' entries into the above tabs
* If a user does not have the permission to see any of the three tabs, the 'Work packages' menu item should not be visible
* Each tab will have their own new URL, and the old one does a permanent redirect to the new one:
* `projects/:project_id/settings/types` redirects to `projects/:project_id/settings/work_packages/types`
* same for categories and custom fields
**Technical notes**
* Technical considerations depend on the open point below of Primerising the three relevant project pages.
**Permissions and visibility considerations**
* No changes
**Out of scope**
* \[open\] The Primerisation of these pages is out of scope for now
* The settings for comments with restricted visibilty is not part of this feature and will be handled separately:
* ##61031