Hi I am trying html link to create an issue in Jira
But I need current user to populated as reporter
How to do the same
https://[JIRABASEURL]/secure/CreateIssueDetails!init.jspa?pid=14507&issuetype=11802&reporter= ???
You can get the current user login using GET /rest/auth/1/session. You can find more info here:
and then add the current user login to your html link.
The rest call must be made on the page loading using java script.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.