You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am able to get an issue populated using the html link from:
https://confluence.atlassian.com/jirakb/creating-issues-via-direct-html-links-159474.html
I still have to click the create button on the issue screen that is generated.
Is there a way to have it auto create without needing to click the create button?
Hi
you must be remove !init from your URL to created directly.
for example:
<a href="https://jira.demo.com/secure/CreateIssueDetails.jspa?pid=14803&summary=Test">Test</a>
Can I ask how authentication is handled?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Steve Behnke [D1 you can set reporter=currentuser and this will set the reporter to the user who clicks the link. Jira will autodetect the user if he/she is logged otherwise it will prompt for credentials
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Stumbled on this question while looking for something else. You should be able to skip the create screen by changing the url just a little.
Basically just remove the !init from the link. Below is the url that should help you in what you are looking for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Here is a sample of what gets me to the create screen:
<base url>/CreateIssueDetails!init.jspa?pid=10001&issuetype=10100&summary=say+hello+world2&reporter=admin&description=testing
There should be an html code I can add to the end that will submit the form no? I have tried stringing together "Alt+s" codes and "Carriage Return" codes with no luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just add the reporter to the link and it creates the issue. It may already know who I am via cookies but I am not 100% sure.
I just know that creating an issue using the link works but I have to click create.
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.