Set default project_key for file-system sprint status (#1446)
Co-authored-by: Brian <bmadcode@gmail.com>
This commit is contained in:
parent
98bce75905
commit
f01c5cef4d
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
generated: 05-06-2-2025 21:30
|
generated: 05-06-2-2025 21:30
|
||||||
project: My Awesome Project
|
project: My Awesome Project
|
||||||
project_key: jira-1234
|
project_key: NOKEY
|
||||||
tracking_system: file-system
|
tracking_system: file-system
|
||||||
story_location: "{story_location}"
|
story_location: "{story_location}"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ variables:
|
||||||
|
|
||||||
# Tracking system configuration
|
# Tracking system configuration
|
||||||
tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
|
tracking_system: "file-system" # Options: file-system, Future will support other options from config of mcp such as jira, linear, trello
|
||||||
|
project_key: "NOKEY" # Placeholder for tracker integrations; file-system uses a no-op key
|
||||||
story_location: "{config_source}:implementation_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
|
story_location: "{config_source}:implementation_artifacts" # Relative path for file-system, Future will support URL for Jira/Linear/Trello
|
||||||
story_location_absolute: "{config_source}:implementation_artifacts" # Absolute path for file operations
|
story_location_absolute: "{config_source}:implementation_artifacts" # Absolute path for file operations
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue