Modify

Opened 13 years ago

Closed 13 years ago

#8007 closed enhancement (fixed)

Add out-of-the-box operations for use in custom workflows

Reported by: Roberto Longobardi Owned by: Roberto Longobardi
Priority: normal Component: TestManagerForTracPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

With the addition of custom workflows on any Trac resource, there comes the ability to also define custom operations to be performed along with workflow state transitions.

The TracGenericWorkflow plugin comes with no out-of-the-box operation, and the TestManager plugin only defines a sample operation.

Implement a basic set of custom operations to be used in custom workflows:

  • "Assign to": only usable with objects that have an "owner" field, allows for assigning an object to some other User.
  • "Notify": sends a mail to the specified Trac Users, or to a set of specified mail addresses. Optionally allow for specifying the mail subject, and for substituting the object's fields into the subject text.

Add other desired operations as comments to this ticket.

Attachments (0)

Change History (1)

comment:1 Changed 13 years ago by Roberto Longobardi

Resolution: fixed
Status: newclosed

Implemented in 1.3.11.

Refer to the wiki page for help on using these operations in your workflows: http://trac-hacks.org/wiki/TestManagerForTracPluginWorkflow#Out-of-the-boxoperations

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Roberto Longobardi.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.