generated from pulseengine/template-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Overview
Add dashboard management tools for creating and managing JIRA dashboards. This is a feature present in phuc-nt's implementation but lower priority for our use case.
Motivation
- Feature parity with phuc-nt/mcp-atlassian-server
- Useful for creating custom views
- Enables AI-driven dashboard creation
- Lower priority since dashboards are more UI-focused
Proposed Tools
1. list_dashboards
List all dashboards accessible to the current user.
Parameters:
owner: Option<String>(filter by owner)favorite_only: bool(default: false)limit: Option<u32>start_at: Option<u32>
Returns:
dashboards: Vec<DashboardInfo>total: usize
2. get_dashboard
Get detailed information about a dashboard including all gadgets.
3. create_dashboard
Create a new dashboard.
4. update_dashboard
Update dashboard properties.
5. delete_dashboard
Delete a dashboard.
6. add_gadget_to_dashboard
Add a gadget/widget to a dashboard.
7. remove_gadget_from_dashboard
Remove a gadget from a dashboard.
Priority
Low - Nice to have but not essential for core workflows
Estimated Effort
Medium (3-4 days)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels