(cloudId: string)
| 4 | import type { ToolConfig } from '@/tools/types' |
| 5 | |
| 6 | function buildFieldsUrl(cloudId: string): string { |
| 7 | return `https://api.atlassian.com/ex/jira/${cloudId}/rest/api/3/field` |
| 8 | } |
| 9 | |
| 10 | export const jiraGetFieldsTool: ToolConfig<JiraGetFieldsParams, JiraGetFieldsResponse> = { |
| 11 | id: 'jira_get_fields', |
no outgoing calls
no test coverage detected