public class IssueTypeWithStatusJsonBeanExample extends Object
Modifier and Type | Field and Description |
---|---|
static List<IssueTypeWithStatusJsonBean> |
DOC_EXAMPLE
Example representation of an issue type with statuses
|
static IssueTypeWithStatusJsonBean |
ISSUE_TYPE_EXAMPLE |
Constructor and Description |
---|
IssueTypeWithStatusJsonBeanExample() |
public static final List<IssueTypeWithStatusJsonBean> DOC_EXAMPLE
{ "self": "http://localhost:2990/jira/rest/api/latest/issuetype/1", "id": "1", "name": "Bug", "subtask": false, "statuses": [ { "self": "http://localhost:2990/jira/rest/api/latest/status/1", "description": "The issue is open and ready for the assignee to start work on it.", "iconUrl": "http://localhost:2990/jira/images/icons/status_open.gif", "name": "Open", "id": "1" }, { "self": "http://localhost:2990/jira/rest/api/latest/status/3", "description": "This issue is being actively worked on at the moment by the assignee.", "iconUrl": "http://localhost:2990/jira/images/icons/status_inprogress.gif", "name": "In Progress", "id": "3" } ] }
public static final IssueTypeWithStatusJsonBean ISSUE_TYPE_EXAMPLE
Copyright © 2002-2022 Atlassian. All Rights Reserved.