-
Type:
Bug
-
Resolution: Obsolete
-
Priority:
Low
-
Component/s: Space Administration - Workflows and statuses
-
1
-
Severity 3 - Minor
Summary
When the Reopened status is renamed to another name and it is included in the workflow, the activity stream will recognize the status still as Reopened and update the activity stream with: User X reopened Issue-Key: 40 when the it should show: User X changed the status to Production Sample on Issue-Key: 40.
Steps to Reproduce
1. Go to the statuses page > Rename the Reopened status to something else
2. Open an existing workflow > Copy the workflow
3. In the copied workflow > Remove the previous status and insert the renamed Reopened Status within it
4. Add a Scheme to the Workflow > Update the project with the newly modified workflow
5. Proceed to transition the issue to the newly renamed Reopened Status

6. Check the Activity Stream > It will show: User X reopened Issue-Key: 40

Expected Results
The activity stream should reflect the User X changed the status to Production Sample on Issue-Key: 40.
Actual Results
Still shows the Reopened status activity update: User X reopened Issue-Key: 40
Workaround
- Rename the Status with id=4 that show reopened in the Activity Stream back to Reopened.
- Create a new status with the desired correct status name.
- Copy the existing workflow > Edit the workflow remove the renamed reopened status and put in the newly created status
- Replace the workflow and make it the new active workflow > Ensure all the transitions are correct
- The activity stream will update correctly now.