07-14-2020, 02:40 PM
The code is in src/tactic/command/pipeline_task_trigger.py
411 # DISABLING this ... this is a rather tenuous trigger that attempts to allow for
412 # tasks to be "connected" to each other in a way that makes it look like you have
413 # multiple people assigned to a task. While this may be desireable, the mechanism
414 # used below checks for the same process and context to identify tasks tat are connected .
415 # This is too broad and should be done more explicitly rather than implicitly
416 return
It seems as if a while ago this was backported to 4.5, using a 4.6 commit, but I didn't have it in my 4.5. Syncing it to the latest 4.5 from Github did bring this code in.
411 # DISABLING this ... this is a rather tenuous trigger that attempts to allow for
412 # tasks to be "connected" to each other in a way that makes it look like you have
413 # multiple people assigned to a task. While this may be desireable, the mechanism
414 # used below checks for the same process and context to identify tasks tat are connected .
415 # This is too broad and should be done more explicitly rather than implicitly
416 return
It seems as if a while ago this was backported to 4.5, using a 4.6 commit, but I didn't have it in my 4.5. Syncing it to the latest 4.5 from Github did bring this code in.