Create and link a Phabricator status label when importing a task

Phabricator tasks have an extended status that looks like this when read from maniphest.search

       "status": {
          "value": "resolved",
          "name": "Resolved",
          "color": null
        }

We should find or create a project label with the name phab-status::#{name} and link that to the issue.

Edited by Bob Van Landuyt