wiki:TracChecklistMacro

Version 1 (modified by Ralph Ewig, 2 years ago) (diff)

New hack TracChecklistMacro, created by SydRa

Use wiki pages as checklist templates within tickets.

Description

Overview

This plugin allows you to define checklists as a wiki page, and then embed them in tickets as templates for recurring tasks. For example, if your workflow for a bug ticket includes steps for fix/test/release, each of these can be defined as a step and checked off as the assignee works on the ticket.

This prevents people from forgetting something (e.g. tag a new version), and allows for ongoing process improvements by updating the checklist whenever gaps in the existing process are discovered.

Use

Create at least one checklist as a sub-page below the ChecklistTemplate wiki page using the provided template. You can create pages below non-existing parents, which will be treated as category headers. For example:

    ChecklistTemplates
    |- Category One
	   |- Checklist One-1
	   |- Checklist One-2	   
    |- Category Two
	   |- Checklist Two-1
	   |- Checklist Two-2	   

Then use the dropdown menu at the top-right of any ticket description entry box when in edit mode to select & insert a template. The preview will show the checklist in your ticket.

Bugs/Feature Requests

Existing bugs and feature requests for TracChecklistMacro are here.

If you have any issues, create a new ticket.

defect

3 / 3

task

1 / 1

Download

Download the zipped source from here.

Source

You can check out TracChecklistMacro from here using Subversion, or browse the source with Trac.

Installation

General instructions on installing Trac plugins can be found on the TracPlugins page. The plugin is available on PyPI https://pypi.org/project/TracChecklist:

pip install TracChecklist

Recent Changes

18524 by SydRa on 2023-03-18 01:46:05
v0.1.8 commit
18523 by SydRa on 2023-03-17 01:55:46
v0.1.7 commit
18503 by SydRa on 2023-02-01 02:19:11
v0.1.6 commit
(more)

Author/Contributors

Author: SydRa
Maintainer: Ralph Ewig
Contributors:

Attachments (2)

Download all attachments as: .zip