#1557  Dashboards ability to use sub project
Closed
crobinson opened 8 months ago

Right now the Dashboards Widgets only get from the project and now sub-project.

ex:

Project 1: API UI

Project 2: API UI

We would want the widget to get the API and UI when we target Project 1

crobinson commented 8 months ago

Following up: I think making it collect from multiple data sources would be nice.

That way if you are a dev company and you have multiple projects you can have a "global" view

And then dive deeper into each project, ex:

Global Project 1 UI

or

Global Project 1 API

Robin Shen commented 8 months ago

Not quite understand the request here. Which gadget do you mean? Can you please elaborate?

crobinson commented 8 months ago

@robin

If you have projects and sub-projects, the widgets only target the project and not anything in the sub-projects.

So if I wanted a Widget of "Project 1's Issues" Which should be project1/ui and project1/api, it shows nothing since there isn't any issues in just "Project 1"

Robin Shen commented 8 months ago

@crobinson Get it. Thanks for the explanation.

Robin Shen commented 8 months ago

@crobinson just tested. If a project is specified in issue list widget, all issues belonging to parent and child projects of specified project will also be shown.

For build list and pull request widgets, child info will not be included if project is specified. However you may leave it empty, and specify base query as below:

"Project" is "project1/**"

With the base query, you can include build/issue/pull request of any projects you want.

Robin Shen changed state to 'Closed' 8 months ago
Previous Value Current Value
Open
Closed
Robin Shen commented 8 months ago

This is already possible.

issue 1 of 1
Type
Improvement
Priority
Minor
Assignee
Labels
No labels
Issue Votes (0)
Watchers (3)
Reference
onedev/server#1557
Please wait...
Page is in error, reload to recover