Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure rest api for testlink works

Nathan Moniz
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 10, 2019

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.

1 answer

0 votes
Stephen Sifers
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 12, 2019

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

Suggest an answer

Log in or Sign up to answer