public class RankResource extends AbstractResource
authenticationContext, log
Constructor and Description |
---|
RankResource(RankHelper rankHelper) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
rankAfter(RankAfterRequest rankAfterRequest)
Attempts to rank issues after a specified issue, using the specified global rank custom field, via PUT method.
|
javax.ws.rs.core.Response |
rankBefore(RankBeforeRequest rankBeforeRequest)
Attempts to rank issues before a specified issue, using the specified global rank custom field, via PUT method.
|
check, checkResult, createNoContentResponse, createOkResponse, createOkResponse, getUser, isGadgetRequest, nullSafe, response, responseWithoutAccessCheck
public RankResource(RankHelper rankHelper)
public javax.ws.rs.core.Response rankBefore(RankBeforeRequest rankBeforeRequest)
rankBeforeRequest
- the encoded request in application/json
formatpublic javax.ws.rs.core.Response rankAfter(RankAfterRequest rankAfterRequest)
rankAfterRequest
- the encoded request in application/json
formatCopyright © 2007–2025 Atlassian. All rights reserved.