public class

IssueTypeBeanExample

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.IssueTypeBeanExample

Summary

Fields
public static final IssueTypeJsonBean DOC_EXAMPLE Example representation of an issue type.
public static final IssueTypeJsonBean DOC_EXAMPLE_2
public static final List<IssueTypeJsonBean> ISSUE_TYPES_EXAMPLE
Public Constructors
IssueTypeBeanExample()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final IssueTypeJsonBean DOC_EXAMPLE

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
 }
 

public static final IssueTypeJsonBean DOC_EXAMPLE_2

public static final List<IssueTypeJsonBean> ISSUE_TYPES_EXAMPLE

Public Constructors

public IssueTypeBeanExample ()