Actions
요구사항 #372
closedStart date:
08/28/2024
Due date:
% Done:
0%
Estimated time:
Description
https://phm940916.atlassian.net/rest/api/3/statuscategory
/rest/api/3/statuscategory 의 상태 카테고리를 서버별로 조회해보면 모두 같은 상태 카테고리가 뜬다.현재
추가 삭제 등록 기능은 없다 - 하드 코딩이 맞을지에 대한 고민
예시 데이터
[
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/1",
"id": 1,
"key": "undefined",
"colorName": "medium-gray",
"name": "범주 없음"
},
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "해야 할 일"
},
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/4",
"id": 4,
"key": "indeterminate",
"colorName": "yellow",
"name": "진행 중"
},
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/3",
"id": 3,
"key": "done",
"colorName": "green",
"name": "완료"
}
]
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/1",
"id": 1,
"key": "undefined",
"colorName": "medium-gray",
"name": "범주 없음"
},
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/2",
"id": 2,
"key": "new",
"colorName": "blue-gray",
"name": "해야 할 일"
},
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/4",
"id": 4,
"key": "indeterminate",
"colorName": "yellow",
"name": "진행 중"
},
{
"self": "https://phm940916.atlassian.net/rest/api/3/statuscategory/3",
"id": 3,
"key": "done",
"colorName": "green",
"name": "완료"
}
]
Actions