@PublicApi
public interface JiraIssueDetails
JiraIssueDetailsBuilder to construct JiraIssueDetails objects| Modifier and Type | Method and Description | 
|---|---|
@Nullable JiraAssignee | 
getAssignee()
Returns JIRA issue assignee as parsed from remote JIRA response 
 | 
@Nullable URL | 
getDisplayUrl()
Returns remote JIRA URL that would display issue 
 | 
@Nullable Collection<String> | 
getFixVersions()
Returns JIRA issue fix verions as parsed from remote JIRA response 
 | 
@NotNull String | 
getIssueKey()
Returns JIRA issue key 
 | 
@Nullable JiraStatus | 
getStatus()
Returns JIRA issue status as parsed from remote JIRA response 
 | 
@Nullable String | 
getSummary()
Returns JIRA issue summary as parsed from remote JIRA response 
 | 
@Nullable JiraType | 
getType()
Returns JIRA issue type as parsed from remote JIRA response 
 | 
@Nullable @Nullable JiraType getType()
@Nullable @Nullable JiraStatus getStatus()
@Nullable @Nullable String getSummary()
@NotNull @NotNull String getIssueKey()
@Nullable @Nullable URL getDisplayUrl()
@Nullable @Nullable JiraAssignee getAssignee()
@Nullable @Nullable Collection<String> getFixVersions()
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.