Forums

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

Testlink Integration with JIRA not working properly

Mithun November 23, 2022

<!-- Template jirarestInterface -->
<issuetracker>
<username>username</username>
<password>jirakey</password>
<uribase>https://organisation.atlassian.net/</uribase>
<!-- CRITIC - WITH HTTP getIssue() DOES NOT WORK -->
<uriapi>https://organisation.atlassian.net/rest/api/latest/</uriapi>
<uriview>https://organisation.atlassian.net/browse/</uriview><uricreate>https://org.atlassian.net/rest/api/2/issue/10004</uricreate><userinteraction>1</userinteraction>
<!-- 1: User will be able to manage following attributes from GUI -->
<!-- Issue Type, Issue Priority, Affects Versions, Components -->
<!-- 0: values for attributes will be taken FROM this config XML from GUI -->

<!-- Configure This if you want be able TO CREATE ISSUES -->
<projectkey>TPR</projectkey>
<issuetype>1</issuetype>
</issuetracker>

 

Added uricreate working fine now.

1 answer

1 accepted

2 votes
Answer accepted
Mithun November 23, 2022

Mithun November 25, 2022

In the above issue i missed to add uri create so i can't able to create the bug, now its gets resolved by adding create uri.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events