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
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.