I'm trying to create a link for users to click, so that the create issue screen already has most of the details filled in. I want to make it automatically link to an existing ticket, but it doesn't seem to work
My HTML is:
https://[jiraurl]/secure/CreateIssueDetails!init.jspa?pid=123&issuetype=123&issuelinks-linktype=relates+to&issuelinks-issues=ABC-123
Result:
This doesn't give any errors, and does everything apart from the last 2 arguments
issuelinks-linktype=relates+to
issuelinks-issues=ABC-123
BUT... If i change the issuelinks-linktype value to something that doesn't exist (eg. relates+toooo), it gives an error saying it doesn't exist, but it does populate the issuelinks-issues section with the correct value.
If i leave the issuelinks-linktype out of it, it doesn't work at all (i get a 500 error)
Any ideas?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.