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 Tracker import should add PT Story ID as a comment #95

Open
st-kep opened this issue Jan 28, 2025 · 1 comment
Open

Comments

@st-kep
Copy link

st-kep commented Jan 28, 2025

When importing a Pivitol Tracker export, it would be helpful if the importer added the orginal PT story number (id) as a comment.

i.e.
Original Pivotal Tracker Story Number 123456

At least for us, the Pivotal Track story number is referenced in code comments to explain the change and to point maintainers where to go for more information on the change.

Looking through the code, it looks like this would be an easy feature to implement and one we may implement ourselves prior to final importing. Code to add custom comments is already being used to add review information and the story id ("external_id") is referenced when determining if there is a file to attach.

@kluzny
Copy link

kluzny commented Mar 3, 2025

It would be nice if there was a mapping file generated as output of the script that provided old id => new id.

I also have many TODO: in my codebase, and am in the process of pointing these to their new locations due to link rot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants