Project

General

Profile

Actions

요구사항 #372

closed

요구사항 #175: [ ARMS-REQ ] ARMS 의 요구사항 상태 값 과 ALM 의 이슈의 상태값 Mapping 기능

요구사항 #371: 클라우드 지라 프리셋 적용 관련 설계

클라우드 지라 상태 카테고리 API 확인 및 분석

Added by Redmine Admin 4 months ago. Updated 3 months ago.

Status:
완료
Priority:
Medium
Assignee:
Start 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": "완료"
  }
]
Actions #1

Updated by Redmine Admin 3 months ago

  • Status changed from 진행중 to 완료
Actions

Also available in: Atom PDF