Skip to content

Commit 75f3a74

Browse files
committed
fix P3 priority
1 parent 56bcee8 commit 75f3a74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

middleware/laas/jira_fields_schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class Issue(BaseModel):
4040
' "dev(개발 서버)", "nextweek(테스트 서버)", "wwwtest(스테이징 서버)" 중 반드시 하나를 선택해주세요.'
4141
' 운영 서버는 "wwwtest(스테이징 서버)"로 선택해주세요.'
4242
)
43-
priority: Literal['P1', 'P2', 'P3', 'P4'] = Field(
44-
description='이슈의 중요도를 나타내며 기본값은 "P3"입니다. 앱 설치불가, System Crash, 서비스 중단 등의 심각한 버그에 한해서만 "P1"을 선택해주세요.'
43+
priority: Literal['P3'] = Field(
44+
description='이슈의 중요도를 나타내며 기본값은 "P3"입니다.'
4545
)
4646
bug_property: Optional[List[Literal[
4747
'요구사항 미비',

0 commit comments

Comments
 (0)