...
- Start by clicking the Projects drop-down and select Create Project
- Select the Software Development project type and click Next
- Click Select on the next screen and enter a Project Name and Key. I'll use Root Cause test with a key RCT.
- Click Submit to finish project creation.
- You will now be on the project Overview page. Click on the Administration link near the top of the page.
- On the resulting project Administration page, look for the Workflows section and click on the(edit) icon beside the RCT: Software Development Workflow link.
You are now presented with the list of Workflow steps and their valid transitions for the projects workflow.
Analyze the each workflow step and each of the associated transitions to determine which transitions we want the Root Cause Analysis plugin to manage data.
Step Name Transition Track Data for Resolver Track Data for Closer Reasoning To Do Start Progress When transitioning an issue from in the To Do to status and the Start Progress transition is triggered, the user is just starting work so we don't care to ever track anything from this specific transition for Root Cause Analysis plugin purposes. '' Done When transitioning an issue from in the To Do all status and the way to Done transition is triggered, the user performing the action is both marking the issue as change complete (but no change required), and verification complete. The Root Cause Analysis plugin will want to gather information from this status transition for both the Resolver and the Closer. '' Start Review When transitioning an issue from in the To Do to Start Progress status and the Start Review transition is triggered, the user performing the action is marking the issue as change complete. The Root Cause Analysis plugin will want to gather information from this status transition for just the Resolver at this time. In Progress Start Review When in the In Progress status and the Start Review transition is triggered, the user performing the action is marking the issue as change complete. The Root Cause Analysis plugin will want to gather information from this status transition for just the Resolver at this time. '' Done When in the In Progress status and the Done transition is triggered, the user performing the action is both marking the issue as change complete and verification complete. The Root Cause Analysis plugin will want to gather information from this status transition for both the Resolver and the Closer. '' To Do When in the In Progress status and the To Do transition is triggered, the user is moving the issue back in the workflow so we don't care to track anything from this specific transition for Root Cause Analysis plugin purposes. Done Reopen When in the Done status and the Reopen transition is triggered, the user is moving the issue back in the workflow so we don't care to track anything from this specific transition for Root Cause Analysis plugin purposes. '' Reopen and start progress When in the Done status and the Reopen and start progress transition is triggered,the user is moving the issue back in the workflow so we don't care to ever track anything from this specific transition for Root Cause Analysis plugin purposes. '' Reopen and start review When in the Done status and the Reopen and start review transition is triggered, the user is moving the issue back in the workflow so we don't care to ever track anything from this specific transition for Root Cause Analysis plugin purposes. In Review Done When in the In Review status and the Done transition is triggered, the user performing the action is marking the issue as verification complete. The Root Cause Analysis plugin will want to gather information from this status transition for just the Closer. '' Restart Progress When in the In Review status and the Restart Progress transition is triggered, the user is just starting work so we don't care to ever track anything from this specific transition for Root Cause Analysis plugin purposes. '' To Do When in the In Review status and the To Do transition is triggered, the user is moving the issue back in the workflow so we don't care to track anything from this specific transition for Root Cause Analysis plugin purposes. Based on the analysis above, we will need to add workflow post functions to five transitions.