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 Importer recipe already creates Epics from Pivotal Tracker epics, but it sets all of them to an Unstarted state. Using the states of constituent Stories in the given Epic would be an improvement:
No Stories ➡️ Unstarted Epic
All unstarted Stories ➡️ Unstarted Epic
Some (but not all) started Stories ➡️ In Progress Epic
All completed Stories ➡️ Completed Epic
The text was updated successfully, but these errors were encountered:
- Add epic_states configuration to initialize.py
- Add epic_workflow_states to config in lib.py
- Add calculate_epic_state() function to determine epic states
- Update EntityCollector to update epic states after story creation
Implements #81: Epics should be put into In Progress or Done state based on Stories
Co-Authored-By: [email protected] <[email protected]>
The Pivotal Importer recipe already creates Epics from Pivotal Tracker epics, but it sets all of them to an Unstarted state. Using the states of constituent Stories in the given Epic would be an improvement:
The text was updated successfully, but these errors were encountered: