Package | Description |
---|---|
com.atlassian.jira.issue.fields.rest | |
com.atlassian.jira.issue.fields.rest.json.beans | |
com.atlassian.jira.rest.v2.issue |
Modifier and Type | Method and Description |
---|---|
IssueLinkType |
IssueLinkTypeFinderImpl.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean,
ErrorCollection errors)
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of
linkTypeBean . |
IssueLinkType |
IssueLinkTypeFinder.findIssueLinkType(IssueLinkTypeJsonBean linkTypeBean,
ErrorCollection errors)
Fetches an IssueLinkType from its manager based on either the 'id' or the 'name' property of the
IssueLinkTypeJsonBean.
|
Modifier and Type | Method and Description |
---|---|
static IssueLinkTypeJsonBean |
IssueLinkTypeJsonBean.create(IssueLinkType issueLinkType,
URI self) |
IssueLinkTypeJsonBean |
LinkIssueRequestJsonBean.getType() |
IssueLinkTypeJsonBean |
IssueLinkTypeJsonBean.id(String id) |
IssueLinkTypeJsonBean |
IssueLinkTypeJsonBean.inward(String inward) |
IssueLinkTypeJsonBean |
IssueLinkTypeJsonBean.name(String name) |
IssueLinkTypeJsonBean |
IssueLinkTypeJsonBean.outward(String outward) |
IssueLinkTypeJsonBean |
IssueLinkTypeJsonBean.self(URI self) |
IssueLinkTypeJsonBean |
IssueLinkJsonBean.type() |
Modifier and Type | Method and Description |
---|---|
IssueLinkJsonBean |
IssueLinkJsonBean.type(IssueLinkTypeJsonBean type) |
Constructor and Description |
---|
IssueLinkJsonBean(IssueLinkTypeJsonBean type,
IssueRefJsonBean inwardIssue,
IssueRefJsonBean outwardIssue,
String id) |
LinkIssueRequestJsonBean(IssueRefJsonBean fromIssueKey,
IssueRefJsonBean toIssueKey,
IssueLinkTypeJsonBean type,
CommentJsonBean comment) |
Modifier and Type | Field and Description |
---|---|
static IssueLinkTypeJsonBean |
IssueResourceExamples.DEPENDENT_ISSUE_LINK_TYPE |
static IssueLinkTypeJsonBean |
IssueResourceExamples.SUBTASK_ISSUE_LINK_TYPE |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
IssueLinkTypeResource.createIssueLinkType(IssueLinkTypeJsonBean linkTypeBean)
Create a new issue link type.
|
javax.ws.rs.core.Response |
IssueLinkTypeResource.updateIssueLinkType(String issueLinkTypeIdString,
IssueLinkTypeJsonBean linkTypeJsonBean)
Update the specified issue link type.
|
Modifier and Type | Method and Description |
---|---|
static IssueLinkTypesBean |
IssueLinkTypesBean.create(List<IssueLinkTypeJsonBean> issueLinkTypeList) |
Constructor and Description |
---|
IssueLinkTypesBean(List<IssueLinkTypeJsonBean> issueIssueLinkTypes) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.