User story
Given that I am creating or updating a wish, when I want to associate a phabricator task to the wish, then I should see an optional field to share a phabricator task, and be able to copy and paste or write the phabricator ticket in the field.
Developer notes
Use the ChipInput component.
The Phabricator task IDs will be written to the template as the |tasks= parameter, as a comma-separated list of task IDs, e.g.:
| tasks = T123,T456
Acceptance criteria
- The field should be optional
- Users should be able to copy and paste a phab task number or the URL
- Users should be able to paste multiple urls into the field, and paste multiple URLs at once
- Users should be able to tap "x" to remove a phab ticket
- When the form is submitted, only valid phab tasks should populate in the wish page. All links should link to the relevant phab tasks.