You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: [fme-8300]: Added functions to create Jira and Service Now tickets (#122)
* [fme-8300] Merge with master
* [fme-8300] Merge with master
* [fme-8300] Improving descriptions and removing unused parameters
* Merged with master
* [fme-8300] Merge with master
* [fme-8278] Removed refactor for code deduplication requested in PR review
* Merge branch 'master' into fme-8278_ccm_update_persp
* [fme-8300] Adding information to list jira projects and list jira issue types related functions
* [fme-8300] Added list Jira projects and List Jira issue types tools to get correct data for Jira Ticket creation
* [fme-8300] Added list Jira project tool to create a ticket for CCM Recomendations
* [fme-8278] Using slog library
* [fme-8300] Fixing some issues when creating Jira tickets
* [fme-8278] Merge with master
* [fme-8300] Handling Jira and Service Now differences
* Merge branch 'fme-8278_ccm_update_persp' into fme-8300_ccm_create_jira_4_recomm
* [fme-8278] Added destructive hint annotation to mutable tools
* [fme-8300] Adding default filter if nil to filter
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,10 +154,19 @@ Toolset Name: `ccm`
154
154
-`list_ccm_recommendations`: Returns a filterable list of cost-optimization recommendations in Harness Cloud Cost Management.
155
155
-`list_ccm_recommendations_by_resource_type`: Returns a aggregated statistics of cloud cost optimization recommendations grouped by resource type within a given account in Harness Cloud Cost Management.
156
156
-`get_ccm_recommendations_stats`: Returns overall statistics for cloud cost optimization recommendations within a given account in Harness Cloud Cost Management.
157
-
-`update_ccm_recommendation_state`: Marks a recommendation as Applied/Open/Ignored in Harness Cloud Cost Management
158
-
-`override_ccm_recommendation_savings`: Overrides savings for a recommendation in Harness Cloud Cost Management
159
-
-`get_ccm_commitment_coverage`: Get commitment coverage information for an account in Harness Cloud Cost Management
160
-
-`get_ccm_commitment_savings`: Get commitment savings information for an account in Harness Cloud Cost Management
157
+
-`update_ccm_recommendation_state`: Marks a recommendation as Applied/Open/Ignored in Harness Cloud Cost Management.
158
+
-`override_ccm_recommendation_savings`: Overrides savings for a recommendation in Harness Cloud Cost Management.
159
+
-`create_jira_ticket_for_ccm_recommendation`: Creates a Jira ticket for a recommendation in Harness Cloud Cost Management.
160
+
-`create_service_now_ticket_for_ccm_recommendation`: Creates a Service Now ticket for a recommendation in Harness Cloud Cost Management.
161
+
-`get_ec2_recommendation_detail`: Returns ECS Recommendation details for the given Recommendation identifier.
162
+
-`get_azure_vm_recommendation_detail`: Returns Azure Vm Recommendation details for the given Recommendation identifier.
163
+
-`get_ecs_service_recommendation_detail`: Returns ECS Service Recommendation details for the given Recommendation identifier.
164
+
-`get_node_pool_recommendation_detail`: Returns Node Pool Recommendation details for the given Recommendation identifier.
165
+
-`get_workload_recommendation_detail`: Returns Workload Recommendation details for the given Recommendation identifier.
166
+
-`list_jira_projects`: Returns a list of Jira projects available to create tickets for recommendations in Harness Cloud Cost Management.
167
+
-`list_jira_issue_types`: Returns a list of Jira Issue types available to create tickets for recommendations in Harness Cloud Cost Management.
168
+
-`get_ccm_commitment_coverage`: Get commitment coverage information for an account in Harness Cloud Cost Management.
169
+
-`get_ccm_commitment_savings`: Get commitment savings information for an account in Harness Cloud Cost Management.
161
170
-`get_ccm_commitment_utilisation`: Get commitment utilisation information for an account in Harness Cloud Cost Management broken down by Reserved Instances and Savings Plans in day wise granularity.
162
171
-`get_ccm_estimated_savings`: Get estimated savings information for a cloud account in Harness Cloud Cost Management
163
172
-`get_ccm_commitment_ec2_analysis`: Get AWS EC2 commitment analysis for an account in Harness Cloud Cost Management, including RI/SP commitment spend, utilization breakdown, current savings, estimated annualized savings, and ESR.
0 commit comments