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.
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:
This article explains how to trigger a build by adding this endpoint in a 'postCommitBuildTrigger.py'.
Let us know if that helped you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.