Hi folks,
I am using the Create Jira Issue Rest API for Jira Software Server and I need to inform a Bamboo build number inside it, so that it would appear as if it was created manually.
Jira Server Version: 8.5.1
Bamboo Version: 7.0.3
Steps to Reproduce:
curl \
-D- \
-u marco.goncalves:3323334987Ma \
-X POST \
--data '{ "fields": { "project": {"key": "DS"},"summary": "No REST for the Wicked.", "description": "Creating of an issue using IDs for projects and issue types using the REST API", "issuetype": {"name":"Bug"} }}'\
-H "Content-Type: application/json" \
http://jira.awsoatsolutions.net:8080/rest/api/2/issue/
Check the image below how I would like the issue to appear inside Jira.
However I could not find which parameter I need to inform to the Rest API payload to inform the build number.
Thanks in advance.
Best regards,
José Compadre Junior
Community moderators have prevented the ability to post new answers.