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

Compare with Current View Page History

« Previous Version 17 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
NameStatusRelease datePosition in UI (e.g. Release Hub)Parser functions

JWT 6.0 

UNRELEASED


#1


JWT 5.0 

RELEASED

  

#2

latestReleasedUnarchivedVersion()

JWT 3.1 

ARCHIVED

 

#3latestReleasedVersion()

JWT 3.0 

UNRELEASED


#4earliestUnreleasedUnarchivedVersion()

JWT 2.0 

RELEASED

 

#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.

Multiple projects

Each function takes both projects into consideration. 

ExampleearliestUnreleasedUnarchivedVersion("JWT, ATJ")

Project JWT 

NameStatusRelease datePosition in UI (e.g. Release Hub)Parser functions

JWT 6.0 

UNRELEASED


#1


JWT 5.0 

RELEASED

#2



JWT 3.1 

RELEASED

 

#3

JWT 3.0 

UNRELEASED


#4earliestUnreleasedUnarchivedVersion()

JWT 2.0 

RELEASED

 

#5

JWT 1.0 

ARCHIVED


#6earliestUnreleasedVersion()

Project Admin Toolbox

NameStatusRelease datePosition in UI (e.g. Release Hub)Parser functions

ATJ 6.0 

ARCHIVED

 

#1latestReleasedVersion()

ATJ 5.0 

RELEASED

#2

latestReleasedUnarchivedVersion()

ATJ 3.1 

RELEASED

 

#3

ATJ 3.0 

UNRELEASED


#4

ATJ 2.0 

ARCHIVED

 

#5

ATJ 1.0 

ARCHIVED

 

#6


Available functions