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.
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
If you are looking for something like above. Please ho through the above link.
Thanks,
Kagithala Babu Anvesh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.