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

Function buildProjectUrl

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

Source from the content-addressed store, hash-verified

4import type { ToolConfig } from '@/tools/types'
5
6function buildProjectUrl(cloudId: string, projectIdOrKey: string): string {
7 return `https://api.atlassian.com/ex/jira/${cloudId}/rest/api/3/project/${encodeURIComponent(projectIdOrKey)}`
8}
9
10export const jiraGetProjectTool: ToolConfig<JiraGetProjectParams, JiraGetProjectResponse> = {
11 id: 'jira_get_project',

Callers 2

get_project.tsFile · 0.85
fetchProjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected