Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Is there any direct way to create stories in a specific iteration? #107

Open
thukim opened this issue Mar 20, 2015 · 1 comment
Open

Is there any direct way to create stories in a specific iteration? #107

thukim opened this issue Mar 20, 2015 · 1 comment

Comments

@thukim
Copy link

thukim commented Mar 20, 2015

I would like to create stories and put them directly in the current log. However, as I searched through all pivotal tracker documents, it seems that I can only create stories in a project and they will be put into the Icebox by default.
Actually, I can create a story first, find the last story in the Current log and move the newly-created story after it. But it would be better if there is a direct way to do it instead.

Thanks

@anuja-joshi
Copy link

@thukim Icebox contains stories which has state unscheduled and when you create a new story unscheduled state gets assign by default. So, If you want to create story in current log, create it with current_state as unstarted

@a_project.stories.create(:name => 'My Story', :story_type => 'feature', :current_state => 'unstarted')

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

No branches or pull requests

2 participants