Example: I have a custom shell script that does a generic task, it's populated with runtime variables that bamboo sets. Currently I have to configure this task on each project I want to execute it on.
Idea: have a global task that I could share to many projects/builds, that would pull runtime variables and execute the task
Why: If I need to update the logic of this task, I can do it once and apply to all. Currently I have to update all tasks per project