이 문서는 2022년 8월 25일 출시된 Jira Software 9.2.x 릴리즈 노트를 공유하기 위해 작성 되었습니다.
Highlights
Jira Software 9.2과 호환되는 어플리케이션은 다음과 같습니다.
Jira Core 9.2
Jira Service Desk 5.2
Jira 애자일 보기 : 더 빠른 로딩 및 성능 개선
Jira 8.21에서 소개된 프로젝트 선택기 업데이트 외에도 기본 검색 모드의 Component, Priority 및 Version 선택기 등 앱에서 몇 가지 드롭다운 메뉴를 최적화했습니다. 또한 이슈를 만들거나 편집할 때 선택기를 사용하는 작업도 훨씬 빨라졌습니다. 이제 렌더링할 구성 요소 수가 늘어나도 앱 성능에 영향을 주지 않을 것입니다.
특히 변경된 것
특정 선택기에 사용 가능한 모든 항목을 로드하지 않고 100개 항목만 목록에 표시하도록 검색 결과의 렌더링 방식을 개선했습니다. 입력 시 백엔드를 조회하여 원하는 내용을 정확하게 반환합니다.
새로 추가된 API 엔드포인트를 사용하여 버전, 구성 요소, 이슈 유형, 해결 방법, 상태 및 우선 순위를 쿼리할 수도 있습니다. 이러한 엔드포인트는 페이지화된 결과를 반환하여 잠재적으로 큰 항목 모음의 응답 크기를 제한합니다.
Parameters
Name
Type
Is mandatory?
Description
query
string
OPTIONAL
A sequence of characters expected to be found in status names.
When no value is provided, all statuses will be returned.
startAt
long
OPTIONAL
Indicates which status should be used as the first item in the page of results.
The default value is0.
maxResults
int
OPTIONAL
Indicates how many statuses will return per page.
The default value is100.
issueTypeIds
string
OPTIONAL
A list of issue type IDs to further restrict the search.
When provided, only statuses available in given issue types will be returned.
projectIds
long
OPTIONAL
A list of project IDs to further restrict the search.
When provided, only statuses available in given projects will be returned.
Sample request
GET http://<sample instance>/rest/api/2/status/page?query=Do
Sample response
Parameters
Name
Type
Is mandatory?
Description
query
string
OPTIONAL
A sequence of characters expected to be found in component names.
When no value is provided, all components will be returned.
startAt
long
OPTIONAL
Indicates which component should be used as the first item in the page of results. The default value is 0.
maxResults
int
OPTIONAL
Indicates how many components will return per page. The default value is 100.
projectIds
long
OPTIONAL
A list of project IDs to further restrict the search. When provided, only components available in given projects will be returned.
Parameters
Name
Type
Is mandatory?
Description
query
string
OPTIONAL
A sequence of characters expected to be found in issue type names.
When no value is provided, all issue types will be returned.
startAt
long
OPTIONAL
Indicates which issue type should be used as the first item in the page of results.
The default value is 0.
maxResults
int
OPTIONAL
Indicates how many issue types will return per page.
The default value is 100.
projectIds
long
OPTIONAL
A list of project IDs to further restrict the search.
When provided, only issue types available in given projects will be returned.
Parameters
Name
Type
Is mandatory?
Description
query
string
OPTIONAL
A sequence of characters expected to be found in issue resolution names. When no value is provided, all issue types will be returned.
startAt
long
OPTIONAL
Indicates which resolution should be used as the first item in the page of results. The default value is 0.
maxResults
int
OPTIONAL
Indicates how many issue resolution will return per page. The default value is 100.
Parameters
Name
Type
Is mandatory?
Description
query
string
OPTIONAL
A sequence of characters expected to be found in priorities names. When no value is provided, all issue types will be returned.
startAt
long
OPTIONAL
Indicates which priorities should be used as the first item in the page of results. The default value is 0.
maxResults
int
OPTIONAL
Indicates how many priorities will return per page. The default value is 100.
projectIds
long
OPTIONAL
A list of project IDs to further restrict the search. When provided, only priorities available in given projects will be returned.
Parameters
Name
Type
Is mandatory?
Description
query
string
OPTIONAL
A sequence of characters expected to be found in version names. When no value is provided, all issue types will be returned.
startAt
long
OPTIONAL
Indicates which version should be used as the first item in the page of results. The default value is 0.
maxResults
int
OPTIONAL
Indicates how many versions will return per page. The default value is 100.
projectIds
long
OPTIONAL
A list of project IDs to further restrict the search. When provided, only versions available in given projects will be returned.
JFR로 진단 기록 구성하기
JFR(Java Flight Recoder)로 REST 엔드포인트 및 사용자 인터페이스를 통하여 진단 기록을 구성할 수 있는 기능이 추가 되었습니다. 이제 원하는 정보를 얻기위해 기록된 데이터의 양을 구성하여 문제 진단을 단순화하고 개선할 수 있습니다.
조정 가능한 JFR 설정 목록
최대 기록 기간
최대 기록 크기
스레드 덤프 기록 간격
이러한 설정으로 인스턴스의 문제 해결 기능을 향상시켜 문제를 보다 빠르고 효과적으로 해결할 수 있습니다.