Hi,
Can you please let me know the rule for branch items where I need to add multiple versions for a project in jira cloud.
Hello @Kustagi Suma
Did you checked this KB ? https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-project-versions/#api-rest-api-3-project-projectidorkey-versions-get
Probably not all at once, but you can loop through your list and call the create version endpoint once per version, because as far as I remember, the REST API supports creating only one version at a time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.