Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Pivotal Importer, GitHub Pull Request and/or Branch Links #85

Open
semperos opened this issue Nov 1, 2024 · 0 comments · May be fixed by #92
Open

[Feat]: Pivotal Importer, GitHub Pull Request and/or Branch Links #85

semperos opened this issue Nov 1, 2024 · 0 comments · May be fixed by #92

Comments

@semperos
Copy link
Member

semperos commented Nov 1, 2024

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.

devin-ai-integration bot added a commit that referenced this issue Dec 12, 2024
- 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 #84
Fixes #85

Co-Authored-By: mike.thorpe@shortcut.com <mike.thorpe@shortcut.com>
devin-ai-integration bot added a commit that referenced this issue Dec 12, 2024
- 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 #84
Fixes #85

Co-Authored-By: mike.thorpe@shortcut.com <mike.thorpe@shortcut.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant