Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
83943049
Commit
83943049
authored
Jun 04, 2019
by
Evan Read
Committed by
Achilleas Pipinellis
Jun 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes some Phabricator import docs problems
parent
554fbb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
doc/user/project/import/phabricator.md
doc/user/project/import/phabricator.md
+5
-8
No files found.
doc/user/project/import/phabricator.md
View file @
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment