3. Using AccuWork™ : Using Workflow to Manage Issues

Using Workflow to Manage Issues
Workflow is AccuRev’s issue processing automation and SCM process and policy enforcement tool. Workflow is available only if your AccuRev administrator has created and implemented one or more workflows in your depot.
The remaining sections describe Workflow features and how to use them.
Overview of Workflow Features
Once your AccuRev administrator has created a workflow for your AccuRev depot, you can take advantage of several features that help automate issue processing and simplify issue management. Using Workflow, you can:
Note: The availability of Workflow features is determined by how your AccuRev administrator configured workflow rules for your depot. If a feature described in this section does not appear to be available to you, contact your AccuRev administrator for more information.
What is a Workflow?
A workflow is a model of a software development or release process. In AccuRev, a workflow consists of stages, which are represented as green rectangles, and transitions, which are represented as orange rectangles; arrows show how transitions move issues from stage to stage through the workflow, as shown in the following illustration:
In this workflow, when a developer finishes work on an issue, she can move the issue from the WIP stage to the Done stage using the complete transition. If she needs more information from, say, the product owner before she can begin work on the issue, she can use the need more info transition to move the issue to the Review stage, reassigning the issue to the product owner in the process.
Changes to the Issue Edit Form
Once a workflow has been enabled for your depot, buttons for workflow features can appear on the Issue Edit form toolbar, an example of which is shown here:
The specific buttons that appear are based on the conditions that have been defined for the workflow, and on the logic that has been defined for individual workflow stages and transitions. The issue in this example is subject to the defects workflow. It is currently in the WIP workflow stage, from which two transitions are available: need more info and complete.
Each button is associated with an action, as summarized in the following table.
Transition buttons are also displayed on the Results pane.
See Results Pane on page 62 for more information.
If an issue does not satisfy either the workflow or stage condition, AccuRev displays a message like the one shown here:
Finally, if an issue does not satisfy the conditions for a transition associated with the current stage, AccuRev grays out the transition button, as shown here:
Displaying a Copy of the Workflow Diagram
When you are working with issues in AccuWork, it can be useful to be able to refer to the workflow diagram so that you can gain a sense of where your issue currently resides with regard to other stages in the workflow. If the issue’s current stage has more than one available transition, referring to the workflow diagram can help you decide which transition to apply.
To display a copy of the workflow diagram, click either the workflow () or stage () button on the Issue Edit form toolbar.
Note: The copy of the workflow diagram is read-only.
Moving an Issue Through the Workflow
To move an issue through the workflow, click the transition button.
When you do, fields in the issue record are updated based either on the actions specified for the transition or for its new stage, if any. In addition, promoting an issue from one stream to another can cause a workflow transition to be executed depending on the workflow rules your AccuRev administrator has established for the streams in your depot. Examples of the types of changes you might encounter on the Issue Edit form include:
If you have questions about the automated changes made to your issue records based on executing a transition, refer to the applicable workflow or see your AccuRev administrator.
Filtering Query Results Using a Workflow
You can use a workflow to filter query results. When you do this:
The following illustration shows the defects workflow being used to filter results from the My Stuff query; this query returns all issues assigned to user dfoster. The condition for the defects workflow specifies that issues have a Type field value of defect. In addition, the Scheduled stage has been selected in the workflow diagram:
Notice that query result operations like bulk update and group by are available for filtered results. In addition, buttons for any applicable transitions are also displayed.
How to Use a Workflow to Filter Query Results
To use a workflow to filter query results:
1.
Issues are displayed in the Query Results pane.
2.
A copy of the workflow diagram appears in the Query Results pane; the query results are automatically filtered to display only those issues that satisfy the conditions defined for the workflow you have chosen to use as a filter.
3.
Tip: You can Ctrl+ click or drag select to select multiple workflow stages.
Reviewing Workflow Rules for a Stream
In addition to using Workflow to automate issue management, Workflow can also be used to enforce your organization’s SCM policies. For example, your release manager might want to restrict what issues can be promoted into your build stream.
If workflow rules have been set for a stream in your depot, AccuRev displays a workflow icon, like the one on the phoenix_Client stream shown here:
You can click this icon to display the Workflow Rules for Stream dialog box. This dialog box displays the workflow rules specified for a stream:
Security settings established by your AccuRev administrator might restrict users from changing the workflow rules displayed here. See your AccuRev administrator if you have any questions.

Borland