Hi,
I create a custom field type select list ++ got the versions of another project with a jql query :
select a.id, (0-a.id), vname from projectversion a, project b
where a.project = b.id and b.pkey = "myProject"
he returned me all the versions of myProject.
but I don't need to Synchronize Archived versions ,only Released/Unreleased .
how can I change the code ?
Thanks in advance.