Would it be possible to add a disable option to any task?
While developing a template, I am often working with different versions of jython code, and running a release from the template for testing. There maybe code that I would like to keep / skip without commenting all of it out. I can achive this functionality by adding a condition with "True == False", which will always evaluate to false. However the task just shows that a condition is defined, but I need to review the conditions to see it won't run.
It would be nice to change the display of the task to show that it is disabled.
I could always move the task around, but sometimes that is also a pain, and a lot easier to disable in place.
by: Russell L. | 3 months ago | User interface
Comments
Thank you for your suggestion. Just to confirm, if our understanding is correct, the ask is to disable a task on a template so that it still appears in the release execution but is treated as a skipped task with a different visual representation. Does this align with your expectations, or are there any additional details we should consider?
Yes, that is exactly what I am looking for.