143.md 1.4 KB
Newer Older
Lab机器人's avatar
readme  
Lab机器人 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
# Import Phabricator tasks into a GitLab project

> 原文:[https://docs.gitlab.com/ee/user/project/import/phabricator.html](https://docs.gitlab.com/ee/user/project/import/phabricator.html)

*   [Users](#users)
*   [Enabling this feature](#enabling-this-feature)

# Import Phabricator tasks into a GitLab project[](#import-phabricator-tasks-into-a-gitlab-project "Permalink")

在 GitLab 12.0 中[引入](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/60562) .

GitLab 允许您将所有任务从 Phabricator 实例导入到 GitLab 问题中. 导入将创建一个项目,并禁用存储库.

当前,仅导入以下基本字段:

*   Title
*   Description
*   状态(打开或关闭)
*   创建于
*   在关闭

## Users[](#users "Permalink")

用户的受让人和作者将从 Task 的所有者和作者中扣除:如果具有相同用户名的用户有权访问要导入到的项目的名称空间,则将链接该用户.

## Enabling this feature[](#enabling-this-feature "Permalink")

当此功能不完整时,需要一个功能标志来启用它,以便我们在向所有人发布该功能之前获得早期反馈. 要启用它:

1.  在 Rails 控制台中运行以下命令:

    ```
    Feature.enable(:phabricator_import) 
    ```

2.  在管理区域中将 Phabricator 用作[导入源](../../admin_area/settings/visibility_and_access_controls.html#import-sources) .