JIRA CLI upload CSV operation

aloks February 3, 2014

Hi I am trying to automate the CSV upload operation with JIRA CLI. The issue currently I am facing is with the version picker field. I have multiple version picker field defined in my CSV as well as in JIRA. In my properties file I have written:

field.AV = affectsversion (this works fine)

field.RV= customFieldId_10101 (this doesn't work).

It's not working for any of the version picker custom fields.

Please help.

1 answer

1 vote
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
February 3, 2014

I think you want: customfield_10101

aloks February 3, 2014

I tried with all the possible options customFieldId_10101 ,customfield_10101, customField_10101 , but its still not working.

Suggest an answer

Log in or Sign up to answer