-
Notifications
You must be signed in to change notification settings - Fork 320
Description
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.