On Monday, November 9, 2020 at 2:50:06 PM UTC-8 aiki...@gmail.com wrote:

> On Tuesday, November 3, 2020 at 2:53:14 PM UTC-5 RjOllos wrote:
>
>> On Tuesday, November 3, 2020 at 7:48:27 AM UTC-8 Aikido Guy wrote:
>>
>>> Alternatively, I see that *[ticket-workflow] *allows *state.label = 
>>> value* to be used. Are there any situations where the label is not 
>>> used? It seems like using *accepted.label = in_progress* might be the 
>>> simplest approach...
>>>
>>
>> The label should be used everywhere in Trac that the action is displayed.
>>
>> Keep in mind the actions are different than states:
>> accept = new,accepted -> accepted
>>
>> "accept" is the action, usually a verb. The states are "new", "accepted". 
>> The label renames the action and will be shown in the workflow action menu 
>> in place of the action name.
>>
>> Usually the label is used to name an action with uppercase letters an/or 
>> whitespace, such as:
>> start_progress = Start Progress 
>>
>
> So... I understand that the workflow could be changed to be something like:
> start = new, in_progress  -> in_progress
> start.label = Start the Work
>
> It is a shame that "accept" a ticket is getting confused with "accept" the 
> contents of the ticket (in my case); due to the nature of the specific 
> project... oh well, guess I better clarify it or else the users will be 
> really confused!
>
> Kindly,
> Aikido Guy
>

Yeah, that looks right.
Whether you need "in_progress  -> in_progress" transition depends on the 
operations for the action, such as set_owner. In some cases you might just 
prefer:
start = new  -> in_progress

Ryan

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/trac-users/fdc59e18-79d9-4213-9a0b-562b3a259fccn%40googlegroups.com.

Reply via email to