Hello,
I have a lots of documents (jira 'Document' type), each one having a few versions (field 'Document Version'). The document issue workflow is not used here.
What is please the query for getting a list of all the documents with the lastest version ?
ex: in JIRA:
Document A Document Version 1
Document A Document Version 2
Document B Document Version 4
Document C Document Version 2
Document D Document Version 1
Document D Document Version 2
Document D Document Version 3
The result of the query would be:
Document A Document Version 2
Document B Document Version 4
Document C Document Version 2
Document D Document Version 3