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