Commit 5ba84bbe authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs/edit-phabricator-docs' into 'master'

Fixes some Phabricator import docs problems

See merge request gitlab-org/gitlab-ce!29114
parents 554fbb2a 83943049
......@@ -15,18 +15,15 @@ Currently, only the following basic fields are imported:
- Created at
- Closed at
## Enabling this feature
While this feature is incomplete, a feature flag is required to enable it so that
we can gain early feedback before releasing it for everyone. To enable it:
1. Enable Phabricator as an [import source](../../admin_area/settings/visibility_and_access_controls.md#import-sources) in the Admin area.
1. Run the following command in a Rails console:
``` {.ruby}
Feature.enable(:phabricator_import)
```
```ruby
Feature.enable(:phabricator_import)
```
The [import
source](../../admin_area/settings/visibility_and_access_controls.md#import-sources)
also needs to be activated by an admin in the admin interface.
1. Enable Phabricator as an [import source](../../admin_area/settings/visibility_and_access_controls.md#import-sources) in the Admin area.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment