Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

I am trying get all the versions of a project along with the version details like name, stated_on.et

Vinuth December 23, 2021

I am trying get all the versions of a project along with the version details like name, stated_on, ende_on, desciption.etc., using the below endpoint 

endpoint= "/rest/zapi/latest/util/versionBoard-list?projectId={}".format(project_id)

 

But its giving only the names of versions and not the other details. Is there any endpoint that can fetch me all other details of a version rather than just the version names.

 

Thanks. 

1 answer

1 vote
KAGITHALA BABU ANVESH
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 24, 2021

Hello @Vinuth ,

Can you please check the below REST API

https://docs.atlassian.com/jira-software/REST/7.3.1/#agile/1.0/board/{boardId}/version 

image.png

If you are looking for something like above. Please ho through the above link.

 

Thanks,

Kagithala Babu Anvesh

Vinuth December 28, 2021

Thank you Kagithala Babu Anvesh. It worked. I figured out that it also can be done using a jira api "get_versions".

Suggest an answer

Log in or Sign up to answer