Forums

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

How do you import release versions via csv?

Steve McKenzie
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 4, 2020

When I imported my issues into my project via csv, I used the column FixVersion to specify my version.  This creates a version in the project, however, the status, start date and the released date don't get populated.  I don't see a jira field to map to these fields.  Is there a way to import versions with the attributes of status, start and release dates either within an issue import or by a release import?  I have only been able to get my versions created by mapping the FixVersion field.

1 answer

0 votes
Jeyanthan I
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 8, 2018

Hi Lakshmi,

 I was able to trigger a build using the below curl command as explained in this page.


 curl -X POST http://host:port/rest/api/latest/queue/PLAN-KEY?os_authType=basic --user username:password

You might also use the action call (/api/rest/updateAndBuild.action?buildKey=) using the endpoint updateAndBuild.action to trigger a build. This checks whether there are changes in the repository associated with the planKey provided as parameter. Upon doing, Bamboo will:

  • trigger a build against the buildKey provided
  • will check if there are any other changes in the repository, including branches. If so, will trigger a build against branches as well.

This article explains how to trigger a build by adding this endpoint in a 'postCommitBuildTrigger.py'.

Let us know if that helped you.

Suggest an answer

Log in or Sign up to answer