public class IssueType extends Resource
apirev, DEFAULT_API_REV, id, restclient, self| Modifier | Constructor and Description |
|---|---|
protected |
IssueType(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue type from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
static IssueType |
get(RestClient restclient,
String id)
Retrieves the given issue type record.
|
String |
getDescription() |
net.sf.json.JSONObject |
getFields() |
String |
getIconUrl() |
String |
getName() |
boolean |
isSubtask() |
String |
toString() |
getApiRev, getAuthUri, getBaseUri, getId, getSelf, getUrl, setApiRevprotected IssueType(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic static IssueType get(RestClient restclient, String id) throws JiraException
restclient - REST client instanceid - Internal JIRA ID of the issue typeJiraException - when the retrieval failspublic String getDescription()
public String getName()
public String getIconUrl()
public boolean isSubtask()
public net.sf.json.JSONObject getFields()
Copyright © 2022. All rights reserved.