You are always writing the same text to describe what you have done on the story? Ready for acceptance templating is a solution to make the writing of these messages faster.
On PivotalTracker
Description
- Combiner adds the same icon under the comment textarea as the description
- By default, clicking on it won’t show anything
- If you want to add a templates:
- Click “More” in the top menu of your pivotal tracker project
- Click on “Manage templates”
- Click on “Add template”
- Create a template with this format:
[pivotal-r4a] Name of your template
- Example
[pivotal-r4a] Cloud
- You can create multiple ones with different names
- Go back to a story comment textarea
- Click on template icon and see your templates name showing up
On BaseCamp
Default template
Description
- Go to your project on basecamp.com
- Click on “New message”
- Click on the Combiner extension
- Choose a story and click on the “document” icon
- See the basecamp message title and description filled with story data.
The default message title is
R4A: {story.title}
The default message description is:
Hi {story.requester},
The story [{story.title}]({story.url}) is ready for acceptance.
What was doneN/A
How to testN/A
Pull requestsN/A
Story size changedN/A
Thanks,{story.owners}.
Customise the template
Description
You can overwrite the default title and description in your basecamp messages. To do it, follow these instructions:
- Go to your pivotal tracker project
- Click on “More” on the top nav
- Click on “Manage Templates”
- Create a basecamp title template:
- Click on Add Template
- The template title must start with “[r4a-title]”
- Type your template in the description
- Create a basecamp description template:
- Click on Add Template
- The template title must start with “[r4a-description]”
- Type your template in the description
The syntax here is markdown and it will be converted in a BaseCamp suitable
format. You can use the template preview. Pro tip: If you want to add
extra spaces between paragraphs, you can add the HTML tag <br />
.
Content will be parserd by Combiner, to be replaced by the story information. Here are the possible replacements:
{story.id}
{story.title}
{story.description}
{story.project_id}
{story.url}
{story.requester}
{story.owners}
will be replaced by story owners full names separated by commas- More to come…