Versions Compared

Key

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

Field types and their properties

NameProperties
List<...>List of properties. Type is specified inside brackets, like List<String> or List<User>
IssueString issuekey;
Number id;
String summary;
String description;
Date created;
User assignee;
User creator;
User reporter;
List<Comment> comments;
List<Worklog> worklogs;
Progress progress;
Progress aggregateprogress;
String aggregatetimeestimate;
Number aggregatetimeestimateSeconds;
String aggregatetimeoriginalestimate;
Number aggregatetimeoriginalestimateSeconds;
String aggregatetimespent;
Number aggregatetimespentSeconds;
Date duedate;
String environment;
List<Version> fixVersions;
List<String> labels;
Date lastViewed;
Date resolutiondate;
String timeestimate;
Number timeestimateSeconds;
String timeoriginalestimate;
Number timeoriginalestimateSeconds;
String timespent;
Number timespentSeconds;
Date updated;
List<Version> versions;
Number workratio;
Project project;
IssueType issuetype;
NameId priority;
NameId resolution;
Status status;
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;

...