<!-- 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.