Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

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.

MethodReturn typeReturns
getDescription()
StringThe description of the version, returns null if the description is empty
getId()
LongThe ID of the version
getName()StringThe Name of the version
getProjectId()
LongReturns the ID of the project that this version belongs to.
getProjectObject()
ProjectReturns project this version relates to.
getReleaseDate()
DateThe release date of the version
getSequence()
LongThe sequence at which the version is present
getStartDate()
DateThe start date of the version
isArchived()
booleanTrue if the version is archived
isReleased()
booleanTrue if the version is released