I have included Testlink with Jira using below xml
<issuetracker> <username>xyz</username> <password>#123</password> <uribase>abc.net/projects/KEY/</uribase> <uriapi>abc.net/rest/api/latest/</uriapi> <uriview>abc.net/browse/</uriview> <projectkey>KEY</projectkey> <issuetype>1</issuetype> </issuetracker>
I can associate an existing problem with jira in a test link.
But to create a problem window contains the Version field, which will not allow me to enter any value or not to give any suggestions, as shown in the figure below.

I tried to create a version in jira, but it does not work.
So,
What value should I enter / configure for the version field?
What is <issuetype>1</issuetype> ? can we provide any other value?
How to link a new field in the problem creation window?
4. The version is not compatible with the jira Version field.
source share