smashing icon indicating copy to clipboard operation
smashing copied to clipboard

Parameterised jobs

Open brujoand opened this issue 5 years ago • 1 comments

Is your feature request related to a problem? Please describe. I've setup a dashboard which for a given team fetches info from github, jira and other tools and displays relevant stats. Now I'd like to make one dashbord for each team, with the same jobs. The only difference is the github org, jira project etc.. Is there a way to parameterise these jobs such that i don't have to copy paste the entire jobs for each dashboard

Describe the solution you'd like When a dashboard is being viewed, '/teama' for instance, I'd like that dashboard to be populated by jobs who have recieved information that they only need to find information about 'teama'.

Describe alternatives you've considered Copy pasting the jobs with different initial settings. Autogenerating jobs with different settings.

brujoand avatar Oct 18 '19 09:10 brujoand

This is what I am looking for. I think.

I would like to be able to drill down from one dashboard to another by linking to it, the inner one with a different layout, look, etc.. In my case, it's a number of vehicles that are listed in the main dashboard and I would like to access them by clicking on a vehicle and launching a dashboard for that vehicle.

Somehow I would like a job for that dashboard be started.

Or that somehow the job "fetches" some identifier from the dashboard (zero, one or many) if it is or they are open. Then feed code to it or them.

I am not sure if this is similar, but it seems related.

cpg avatar Dec 26 '19 17:12 cpg