| java.lang.Object | |
| ↳ | com.atlassian.jira.rest.v2.issue.IssueTypeBeanExample |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DOC_EXAMPLE | Example representation of an issue type. | ||||||||||
| DOC_EXAMPLE_2 | |||||||||||
| ISSUE_TYPES_EXAMPLE | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Example representation of an issue type.
{
self: "http://localhost:8090/jira/rest/api/2.0/issueType/3",
description: "A task that needs to be done.",
iconUrl: "http://localhost:8090/jira/images/icons/issuetypes/task.png",
name: "Task",
subtask: false
}

