This chapter provides information on direct links feature.
The feature makes possible to create a link that directly opens the issue creation form with Template and other fields already selected. The link can be reused by adding new item on general page or under selected project. There are two kinds of links: Project link and General link that opens Create issue from template view with and without project context (sidebar).
Steps
To create a link which will open Create from template view:
https://yourdomain.atlassian.net/plugins/servlet/ac/com.intenso.jira.issue-templates/create-issue-from-template?ac.projectKey=SCRUM&ac.templateKey=PMT-45&ac.issueTypeId=10600&ac.templateSourceKey=TEMP
Parameter | Example |
---|---|
ac.projectKey | SCRUM |
ac.templateSourceKey | SCRUM with temp repository |
ac.issueTypeId | 10000 |
ac.issueTypeName | task |
ac.templateKey | PMT-1 |
ac.templateId | 10000 |
Result
Create from template view has been opened.
Steps
To create a link which will open Create from template view in Your Project context:
Go to the Project, where you want to add direct link that opens Create from template screen and click Create from template.
Use the link below and replace the data accordingly:
Here’s the list of available parameters:
Parameter | Example |
---|---|
ac.projectKey | SCRUM |
ac.issueTypeId | 10600 |
ac.templateKey | PMT-1 |
ac.templateId | 10000 |
Result
Create from template view has been opened in your project.