You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pivotal Tracker export format includes columns labeled “Pull Request” and “Git Branch”, but the current Pivotal Importer does not import this data.
It would be ideal for the Pivotal Importer to relate the imported Shortcut Stories with the given Pull Requests (or Branches if not related Pull Request exists).
Approach
Reviewing Shortcut's public API, there is not currently a way to create the first-class VCS association between an imported Shortcut Story and a GitHub PR. That association has to be initiated from the GitHub end.
As a step in that direction, the Pivotal Importer can certainly record the URL(s) as an external link on the Shortcut Story, so at least it's discoverable from within Shortcut.
The text was updated successfully, but these errors were encountered:
- Transform Pivotal Tracker links to Shortcut story links with ID mapping
- Handle both URL and ID reference formats for Pivotal links
- Preserve GitHub PR and branch links as external links
- Add comprehensive tests for link transformation
- Pass context through parse_row for link transformation
Fixes#84Fixes#85
Co-Authored-By: mike.thorpe@shortcut.com <mike.thorpe@shortcut.com>
- Transform Pivotal Tracker links to Shortcut story links with ID mapping
- Handle both URL and ID reference formats for Pivotal links
- Preserve GitHub PR and branch links as external links
- Add comprehensive tests for link transformation
- Pass context through parse_row for link transformation
Fixes#84Fixes#85
Co-Authored-By: mike.thorpe@shortcut.com <mike.thorpe@shortcut.com>
Request
The Pivotal Tracker export format includes columns labeled “Pull Request” and “Git Branch”, but the current Pivotal Importer does not import this data.
It would be ideal for the Pivotal Importer to relate the imported Shortcut Stories with the given Pull Requests (or Branches if not related Pull Request exists).
Approach
Reviewing Shortcut's public API, there is not currently a way to create the first-class VCS association between an imported Shortcut Story and a GitHub PR. That association has to be initiated from the GitHub end.
As a step in that direction, the Pivotal Importer can certainly record the URL(s) as an external link on the Shortcut Story, so at least it's discoverable from within Shortcut.
The text was updated successfully, but these errors were encountered: