Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab FOSS GitLab FOSS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.org
  • GitLab FOSSGitLab FOSS
  • Issues
  • #60562
Closed
Open
Created Apr 16, 2019 by Bob Van Landuyt@reprazentMaintainer

Allow importing a management project from Phabricator

Repositories and Project planning features are not tightly coupled in Phabricator. That's why we should allow importing all "tasks" of an instance into a management project with the repository disabled.

For that we should add a new "Importer" button on the imports screen for phabricator.

Similar to the BitBucket server importer we would need the following fields:

  • Phabricator URL
  • API token

We can get the tasks from maniphest.search. When calling the api, we should specify:

{
  "projects": true,
  "subscribers": true,
  "columns": true
}

We'll need those to add the correct labels in a later step.

For each task imported, we should spin of a separate worker.

In the first step, we will save all "flat fields" of the task on an issue:

  • Title
  • Description
  • Weight
  • (simple) State: open/closed, based on the presence of dateClosed. The extended status could become a label.
Edited Apr 16, 2019 by Bob Van Landuyt
Assignee
Assign to
Time tracking