We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cfdude/mcp-jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
story-point-fields.ts•353 B
/**
* Common Jira custom field identifiers that typically map to Story Points.
* These cover Jira Software Cloud defaults across classic and next-gen projects
* and serve as fallbacks when explicit configuration is unavailable.
*/
export const COMMON_STORY_POINT_FIELD_IDS = [
'customfield_10016',
'customfield_10026',
'customfield_10036',
];