Json import history field name

Jay Chang
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 21, 2013

I used Json Importer to import external project issue history. It worked fine with all the history import. However, several JIRA field names showed as:

"issue.field.affectedversions" instead of "Affects Version/s"
"issue.field.fixedversions" instead of "Fix Version/s"
"issue.field.watchers" instead of "Watchers"

All other field names, both JIRA and customfields, are displayed correctly.

Does anyone encounter this or has solution for this issue?

Thanks,
JC

P.S. My JIRA version is 5.2.7

1 answer

0 votes
Peter Test September 9, 2014

It's a year later, but hope this helps:

print issue.fields.fixVersions
print issue.fields.versions

print issue.fields.watches   #doesn't produce the watchers list

 

Suggest an answer

Log in or Sign up to answer