Add Field To Specify Project Name in BitBucket Server Import
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=28940) </details> <!--IssueSummary end--> ### Problem to solve https://gitlab.zendesk.com/agent/tickets/121978 (internal) The API used to import projects from Bitbucket is `https://bitbucket_URL/rest/api/1.0/repos?start=0&limit=25` Specifying the project name would solve the need to import all the projects returned from the API call(it seems to only return 25 results and in alphabetical order) ### Intended users Users who'd like to import a specific project from BB rather than then importing all the projects where they had read access ### Proposal Specify the project name so only a particular project is imported and not the projects that the user can read
issue