Version interface
This document details the methods of the Version interface you can use on a version, such as those returned by the Getters when you access the Versions like Affects Version/s, Fix Version/s etc, Custom field of version picker etc.
Method | Return type | Returns |
---|---|---|
getDescription() | String | The description of the version, returns null if the description is empty |
getId() | Long | The ID of the version |
getName() | String | The Name of the version |
getProjectId() | Long | Returns the ID of the project that this version belongs to. |
getProjectObject() | Project | Returns project this version relates to. |
getReleaseDate() | Date | The release date of the version |
getSequence() | Long | The sequence at which the version is present |
getStartDate() | Date | The start date of the version |
isArchived() | boolean | True if the version is archived |
isReleased() | boolean | True if the version is released |