Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameterised jobs #149

Open
brujoand opened this issue Oct 18, 2019 · 1 comment
Open

Parameterised jobs #149

brujoand opened this issue Oct 18, 2019 · 1 comment

Comments

@brujoand
Copy link
Contributor

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.

@cpg
Copy link

cpg commented Dec 26, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants