debian-mirror-gitlab/doc/user/project/import/phabricator.md

40 lines
1.4 KiB
Markdown
Raw Normal View History

2020-06-23 00:09:42 +05:30
---
type: howto
stage: Manage
group: Import
2021-02-22 17:27:13 +05:30
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
2020-06-23 00:09:42 +05:30
---
2021-09-04 01:27:46 +05:30
# Import Phabricator tasks into a GitLab project **(FREE SELF)**
2019-09-04 21:01:54 +05:30
2020-06-23 00:09:42 +05:30
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/60562) in GitLab 12.0.
2019-09-04 21:01:54 +05:30
2021-02-22 17:27:13 +05:30
WARNING:
The Phabricator task importer is in
[beta](https://about.gitlab.com/handbook/product/gitlab-the-product/#beta) and is
[**not** complete](https://gitlab.com/gitlab-org/gitlab/-/issues/284406). It imports
only an issue's title and description. The GitLab project created during the import
process contains only issues, and the associated repository is disabled.
2019-09-04 21:01:54 +05:30
GitLab allows you to import all tasks from a Phabricator instance into
GitLab issues. The import creates a single project with the
repository disabled.
2021-06-08 01:23:25 +05:30
Only the following basic fields are imported:
2019-09-04 21:01:54 +05:30
- Title
- Description
- State (open or closed)
- Created at
- Closed at
2019-09-30 21:07:59 +05:30
## Users
The assignee and author of a user are deducted from a Task's owner and
author: If a user with the same username has access to the namespace
of the project being imported into, then the user will be linked.
2021-06-08 01:23:25 +05:30
## Enable this feature
2019-09-04 21:01:54 +05:30
2021-04-29 21:17:54 +05:30
Enable Phabricator as an [import source](../../admin_area/settings/visibility_and_access_controls.md#import-sources) in the Admin Area.