MCPcopy Index your code
hub / github.com/simstudioai/sim / buildFieldsUrl

Function buildFieldsUrl

apps/sim/tools/jira/get_fields.ts:6–8  ·  view source on GitHub ↗
(cloudId: string)

Source from the content-addressed store, hash-verified

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

Callers 2

get_fields.tsFile · 0.85
fetchFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected