We configured testlink for jira and linking of issues works fine but when we try to create a new issue, it asks for a version field but I can find any version in jira.
I tried creating a release but that didn't help.
Hello Nathan,
I am not familiar with testlink or it’s capabilities with Jira, but I am familiar with the Jira REST API for server. If you’re running Jira server then your REST API version will be either 2 or “latest”. An example of this would be looking at the URL for an endpoint which includes the version:
/rest/api/2/issue/{issueIdOrKey}
/rest/api/latest/issue/{issueIdOrKey}
The area between API and issue is the version of the API to use.
Please let us know if this assists with completing your setup of testlink with Jira.
Regards,
Stephen Sifers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.