I've created workflow job (let say job A) and set up job cluster configuration for it.
Now I want to create another workflow job (job B) but use almost the same settings for job cluster.
I can see cluster settings in JSON (for both jobs) but I can't edit this JSON or use JSON from job A in the job B cluster.
Also, I can't choose job cluster for job A to use it in job B.
The only way I've found is to clone job A and substitute all of its tasks for those of B. In that case, I'm able to use the same job cluster configuration. But it is quite an unpleasant task to delete manually all of the tasks.
So maybe there is more convenient way to automate this process?