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

Task Names #6

Open
Bluesguy1984 opened this issue May 12, 2016 · 4 comments
Open

Task Names #6

Bluesguy1984 opened this issue May 12, 2016 · 4 comments

Comments

@Bluesguy1984
Copy link

Nice tool. One big question. Right now the task names appear as:

BUSINESS :: User story demo 1

But I would rather use what is in the Title tag

<Title>Update User Story [BA]</Title>

How do I do that?

@jpsfs
Copy link
Owner

jpsfs commented May 12, 2016

Hi @Bluesguy1984,

Thank you for your feedback.
If understood you correctly yes, it is possible to accomplish what you are looking for.

You need to create/edit the available task templates.
https://github.com/jpsfs/TFSScrumExtensions#configuration-and-customization

In the prefix field, you need to specify the prefix you want to add to the task title. If you leave it empty, it will copy the parent work item title to the newly created task.

If you have any question please let me know,
José

@Bluesguy1984
Copy link
Author

Hi @jpsfs

So I updated the task template like this:

Post Merge Testing

And the resulting task in TFS looks like this:

Post Merge TestingUser story demo 1

I don't want the bolded part to show up (yes that is the user story demo name)

@jpsfs
Copy link
Owner

jpsfs commented May 13, 2016

Humm... that is not possible at the moment.
If you look here you can see that the title is always copied to the child task.

I'm open to accept a PR if you feel that particular need.

Best,

@Bluesguy1984
Copy link
Author

I would suggest that if someone includes the :: in the prefix then they want to parent is copied into the child title and if someone doesn't include the :: in the prefix then they don't want the parent title copied into the child title.

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

No branches or pull requests

2 participants