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

Compare with Current View Page History

« Previous Version 11 Next »

JWT can work with versions (or releases) in multiple ways. The functions are listed below.


General information

Versions like Fix Version/s or Affects Version/s are sorted in a specific way in JWT. The different options are outlined below.

As a general rule of thumb, JWT sorts by release date ascending and, if two versions have the same release date, their position in the UI ascending.

Sorting in a single project

The table below lists all configured versions and indicates which version will be returned by each parser function.

Single project
NameRelease datePosition in UI (e.g. Release Hub)Parser functions
JWT 6.0


#1


JWT 5.0

  

#2

latestReleasedVersion()

latestReleasedUnarchivedVersion()

JWT 3.1

 

#3
JWT 3.0


#4earliestUnreleasedUnarchivedVersion()
JWT 2.0

 

#5
JWT 1.0 (ARCHIVED)

 

#6earliestUnreleasedVersion()

Sorting in multiple projects

The table below lists all configured versions and indicates which version will be returned by each parser function.

Single project

Each function takes both projects into consideration.

ExampleearliestUnreleasedUnarchivedVersion("JWT, ATJ")

Project JWT

NameRelease datePosition in UI (e.g. Release Hub)Parser functions
JWT 6.0


#1


JWT 5.0

  

#2



JWT 3.1

 

#3
JWT 3.0


#4earliestUnreleasedUnarchivedVersion()???
JWT 2.0

 

#5
JWT 1.0 (ARCHIVED)

 

#6earliestUnreleasedVersion()

Project Admin Toolbox

NameRelease datePosition in UI (e.g. Release Hub)Parser functions
ATJ 6.0 (ARCHIVED)

 

#1latestReleasedVersion()
ATJ 5.0

  

#2

latestReleasedUnarchivedVersion()

ATJ 3.1

 

#3
ATJ 3.0


#4earliestUnreleasedUnarchivedVersion()???
ATJ 2.0 (ARCHIVED)

 

#5
ATJ 1.0 (ARCHIVED)

 

#6

Available functions