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 can optionally include a separate file that provides the history of changes made to the original PT stories.
Even though Shortcut does not provide a means by which to change history in the past for a Story in the present, it could import the history provided in the PT export as a comment on the imported Shortcut stories.
Extend the recipe to include a table of the history pertinent to each imported Story as a comment on the Story, with clear indication that it's a dump of the history and not a real person's comment.
The field's found in the PT history export are as follows:
ID
Type
Message
Performed By
Occurred At
The text was updated successfully, but these errors were encountered:
File attachments (including Google Drive attachments), project history, and story history are not included in the exported file.
The current importer is designed to work exclusively with CSV exports and does not have Pivotal API integration.
Options to consider:
a) Close this issue as "won't fix" due to the CSV export limitation
b) Re-scope the feature to include Pivotal API integration, which would be a significant architectural change:
Would require adding Pivotal API authentication
Need to fetch story history via API before/during import
Would need to modify the import process to handle API rate limits
Would increase import time significantly
Recommendation:
Given that this would require significant architectural changes and the importer is currently designed for CSV-only operation, I recommend closing this as "won't fix" and documenting this limitation in the README.md.
To clarify, the main CSV export contains no history, but during the export process the Pivotal Tracker user can ask to export history into a separate file.
The Pivotal Tracker export can optionally include a separate file that provides the history of changes made to the original PT stories.
Even though Shortcut does not provide a means by which to change history in the past for a Story in the present, it could import the history provided in the PT export as a comment on the imported Shortcut stories.
Extend the recipe to include a table of the history pertinent to each imported Story as a comment on the Story, with clear indication that it's a dump of the history and not a real person's comment.
The field's found in the PT history export are as follows:
The text was updated successfully, but these errors were encountered: