What's the API name/Column name of the field Fix Version

Purushotham G S August 8, 2019

I am trying to Integrate JIRA with Worksoft Certify. So need the back-end Column name of the field Fix Version/s

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 8, 2019

Hello,

If you do integration by Rest Api, then the name of the field is fixVersions.

You can find an example here:

https://docs.atlassian.com/software/jira/docs/api/REST/8.3.1/#api/2/issue-createIssue

Purushotham G S August 8, 2019

Hi Alexey,

Thanks for your response. I use Rest api for the integration and updated the mapping file with fixVersions but found the below error. Can you pls help.

A3.jpg

Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 8, 2019

I am not sure of the code, which is generated for your rest call. You can use Postman or SOAP UI to try the rest call.

Suggest an answer

Log in or Sign up to answer