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

"create story in label" mode #6

Open
lunks opened this issue Sep 17, 2013 · 1 comment
Open

"create story in label" mode #6

lunks opened this issue Sep 17, 2013 · 1 comment

Comments

@lunks
Copy link

lunks commented Sep 17, 2013

Our common use case is to enter stories by label, i.e. I first create an admin label, enter all stories related to it, then go on to an user label, create all the stories related to it and so on.

It would be great if pivotal_tools could have this in. I'd expect it to work like this:

What label would you like to create stories on?
>> admin

CREATING STORIES FOR MY SIMPLE PROJECT [label: admin]
---------------------------------------------------------------------

Title:
>> My story title

---> Story "My story title" created under label 'admin'.

Title:
>> My other story title

--> Story "My other story title" created under label 'admin'.

Title:
>>[enter]

What label would you like to create stories on?
>> user

And on.

I'll try to contribute to it later on, despite my non-existent Python skills.

It's a great tool, thanks for sharing it with the community!

@jtushman
Copy link
Owner

Cool idea.

How about something like:

pivotal_tools create story "My Story" My Discription" --labels='admin, another label'

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

No branches or pull requests

2 participants