Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Property Types Field types and their sub- properties

NameProperties
List<...>List of properties. Type is specified inside brackets, like List<String> or List<User>
Anchor
typeUser
typeUser
User
String displayName;
String name;
String emailAddress;
String timeZone;
Anchor
typeNameid
typeNameid
NameId
String id;
String name;
Anchor
typeStatus
typeStatus
Status
String id;
String name;
StatusCategory statusCategory;
Anchor
typeStatusCategory
typeStatusCategory
StatusCategory
Number id;
String key;
String name;
String colorName;
Anchor
typeVersion
typeVersion
Version
String id;
String name;
Boolean archived;
Boolean released;
Date releaseDate;
Anchor
typeProgress
typeProgress
Progress
Number progress;
Number total;
Number percent;
Anchor
typeProject
typeProject
Project
String id;
String name;
String key;
String projectTypeKey;
Anchor
typeIssueType
typeIssueType
IssueType
String name;
String id;
String description;
Boolean subtask;
Number avatarId;
Anchor
typeWorklog
typeWorklog
Worklog
String id;
String comment;
Date created;
Date updated;
Date started;
String timeSpent;
Number timeSpentSeconds;
User author;
User updateAuthor;
Anchor
typeComment
typeComment
Comment
String id;
String body;
Date created;
Date updated;
User author;
User updateAuthor;

...