We are archiving our fix versions so no one can add to it after it is released, but our developers still want to be able to see the fix version and it's description, so I want to create a filter for them. Is it possible to pull the fix version description?
Hi @Sandra Goeller
And welcome to the Atlassian community.
Even once archived, you and your developers can easily access it via the JIRA APIs.
<your-url>/rest/api/3/project/{projectIdOrKey}/versions
More informations here : https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-project-projectidorkey-versions-get
For example:
Hello @Yoann LEGRAND
When I say Developer, I mean my software developer, not the Jira Developer.
Thank you for your answer though.
Sandy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No unless you have an app such as Scriptrunner and created a scripted field that fetch this information. You can only list version for the fixVersion field that return the name of them, not the description.
If you use the REST API it will return the version object including, name, description and release date.
Regadrs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.