How to get a list of project versions

How can I get a list of existing project versions, along with the issues that have been fixed in every version. This is quite important for generating release notes.

 

Thanks,

Guy.

0
4 comments

Hello Guy, thank you for your question.

In which format do you want to get this list of versions? Do you want to use the REST API or create a report? Please elaborate a bit on the expected result and its format.

0
Avatar
Permanently deleted user

Well ideally, I would like to have something like the "Releases" view in JIRA with an overview of existing releases for a given project along with a way to create/edit releases.

 

0

Hello Guy,

YouTrack does not have the same view/report, but I can suggest using one of the following options instead:

1) You may use our Release Notes report as per https://www.jetbrains.com/help/youtrack/standalone/Create-Release-Notes.html. However, it now allows generating a list of issues for each project version. We have a feature request to make this report customizable, please vote for it to increase its priority and receive email notifications about this feature: https://youtrack.jetbrains.com/issue/JT-14339

2) Use REST API to create a customized query which would retrieve a customized list of issues with needed fields. This example may be helpful: https://www.jetbrains.com/help/youtrack/standalone/api-howto-get-issues-with-all-values.html

3) It is also possible using issue export on Issues page. Create a search query to list all needed issues, and export it in XSLX or CSV as per https://www.jetbrains.com/help/youtrack/standalone/export-issues-csv-excel-format.html

0
Avatar
Permanently deleted user

Thank you Alisa, those are all very interesting solutions.

0

Please sign in to leave a comment.