Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Field types and their properties

NameProperties
List<...>List of properties. Type is specified inside brackets, like List<String> or List<User>
UserString displayName;
String name;
String emailAddress;
String timeZone;
NameIdString id;
String name;
StatusString id;
String name;
StatusCategory statusCategory;
StatusCategoryNumber id;
String key;
String name;
String colorName;
VersionString id;
String name;
Boolean archived;
Boolean released;
Date releaseDate;
ProgressNumber progress;
Number total;
Number percent;
ProjectString id;
String name;
String key;
String projectTypeKey;
IssueTypeString name;
String id;
String description;
Boolean subtask;
Number avatarId;
WorklogString id;
String comment;
Date created;
Date updated;
Date started;
String timeSpent;
Number timeSpentSeconds;
User author;
User updateAuthor;
CommentString id;
String body;
Date created;
Date updated;
User author;
User updateAuthor;
  • No labels