-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Low
-
None
-
Affects Version/s: 8.7.1
-
Component/s: Issue - Create Issue
-
None
-
8.07
-
1
-
Severity 3 - Minor
-
Issue Summary
Setting issuelinks-issues parameter on direct HTML links doesn't map valid issue link on the issue creation screen, though issuelinks-issues itself looks like a right one as a parameter because it is trying to map the value to the expected field.
Steps to Reproduce
- Install a vanilla Jira instance and create TEST project with admin user.
- Add an issue TEST-1
- Outside Jira, create a valid.html file in any directory and add following link
valid link
<a href="http://<base-url>/secure/CreateIssueDetails!init.jspa?pid=10000&issuetype=10004&summary=test&reporter=admin&issuelinks-issues=TEST-1&issuelinks-linktype=duplicates">Test (valid link)</a>
- Also create an invalid.html file in any directory and add following link
invalid link
<a href="http://<base-url>/secure/CreateIssueDetails!init.jspa?pid=10000&issuetype=10004&summary=test&reporter=admin&issuelinks-issues=TEST-99&issuelinks-linktype=duplicates">Test (invalid link)</a>
Expected Results
With valid link, issue link is properly mapped to TEST-1 on issue creation screen.
With invalid link, issue link is not set with error.
Actual Results
With valid link, issue link is NOT mapped to TEST-1 on issue creation screen.
With invalid link, issue link is not set with error.
Workaround
Just enter the issue link manually.