페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

펼치기
title/api/2/component/page

Parameters

is  is 

Name

Type

Is mandatory?

Description

query

string

상태
colourGreen
titleoptional

A sequence of characters expected to be found in component names.

When no value is provided, all components will be returned.

startAt

long

상태
colourGreen
titleoptional

Indicates which component should be used as the first item in the page of results. The default value

is 0.

maxResults

int

상태
colourGreen
titleoptional

Indicates how many components will return per page.
The default value

is 100.

projectIds

long

상태
colourGreen
titleoptional

A list of project IDs to further restrict the search.
When provided, only components available in given projects will be returned.



펼치기
title/api/2/issuetype/page

Parameters

is  is 

Name

Type

Is mandatory?

Description

query

string

상태
colourGreen
titleoptional

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

상태
colourGreen
titleoptional

Indicates which issue type should be used as the first item in the page of results.

The default value

is 0.

maxResults

int

상태
colourGreen
titleoptional

Indicates how many issue types will return per page.

The default value

is 100.

projectIds

long

상태
colourGreen
titleoptional

A list of project IDs to further restrict the search.

When provided, only issue types available in given projects will be returned.



펼치기
title/api/2/resolution/page

Parameters

is  issue resolution will is 

Name

Type

Is mandatory?

Description

query

string

상태
colourGreen
titleoptional

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

상태
colourGreen
titleoptional

Indicates which resolution should be used as the first item in the page of results.
The default value

is 0.

maxResults

int

상태
colourGreen
titleoptional

Indicates how many

issue resolution will return per page.
The default value

is 100.



펼치기
title/api/2/priority/page

Parameters

is  many priorities will is  only priorities available

Name

Type

Is mandatory?

Description

query

string

상태
colourGreen
titleoptional

A sequence of characters expected to be found in priorities names.
When no value is provided, all issue types will be returned.

startAt

long

상태
colourGreen
titleoptional

Indicates which priorities should be used as the first item in the page of results.
The default value

is 0.

maxResults

int

상태
colourGreen
titleoptional

Indicates how

many priorities will return per page.
The default value

is 100.

projectIds

long

상태
colourGreen
titleoptional

A list of project IDs to further restrict the search.
When provided,

only priorities available in given projects will be returned.



펼치기
title/api/2/version

Parameters

is  many versions will is  only versions available

Name

Type

Is mandatory?

Description

query

string

상태
colourGreen
titleoptional

A sequence of characters expected to be found in version names.
When no value is provided, all issue types will be returned.

startAt

long

상태
colourGreen
titleoptional

Indicates which version should be used as the first item in the page of results.
The default value

is 0.

maxResults

int

상태
colourGreen
titleoptional

Indicates how

many versions will return per page.
The default value

is 100.

projectIds

long

상태
colourGreen
titleoptional

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 엔드포인트 및 사용자 인터페이스를 통하여 진단 기록을 구성할 수 있는 기능이 추가 되었습니다.
이제 원하는 정보를 얻기위해 기록된 데이터의 양을 구성하여 문제 진단을 단순화하고 개선할 수 있습니다.
 

...