-
Notifications
You must be signed in to change notification settings - Fork 78
Add 'Import from existing spec' feature in ModelService creation #6280
Copy link
Copy link
Labels
Description
Summary
When creating a new ModelService, allow users to easily import/reuse an existing service spec — similar to how recent session history works.
Background
Currently, if a user wants to move a running service to a different project or recreate it with the same configuration, they must manually re-enter all settings. A spec import feature would streamline this scenario.
User Scenario
- User has a running ModelService in Project A
- User wants to create the same service in Project B
- User clicks 'Import from existing spec' and selects the source service
- All settings are pre-filled from the source spec
Acceptance Criteria
- A way to browse/select from existing ModelService specs (similar to recent session history UI)
- Selected spec pre-fills the ModelService creation form
- User can still edit any field before submitting
Source
Teams thread by Jeongseok Kang (2026-03-30): ModelService/ModelService 스펙 바로 생성
JIRA Issue: FR-2419
Reactions are currently unavailable