Edgewall Software

Opened 7 years ago

Last modified 7 years ago

#12823 closed defect

Workflow hint added for <none> -> * transition — at Version 1

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.2.2
Component: ticket system Version:
Severity: normal Keywords: workflow
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

Prior to r13452 a workflow hint was not added for the AdvancedTicketWorkflowPlugin's triage operation:

create = <none> -> *
create.operations = triage
create.triage_field = type
create.triage_split = defect -> new_defect, task -> new_task, enhancement -> new_enhancement

I guess that TicketWorkflowOpTriage was using the transition to * as a trick to avoid adding the hint The status will be '*'. Following the change the hint is added, which results in the illogical:

Change History (2)

by Ryan J Ollos, 7 years ago

comment:1 by Ryan J Ollos, 7 years ago

Description: modified (diff)

Proposed fix in [a90b6a115/rjollos.git]. I'll add a test before committing.

Note: See TracTickets for help on using tickets.