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.
Hi,
i want to create a Link for a Dashboard where the user clicks the Link and gets to a screen where he can create an Issue for my specific Project. When you use the normal Jira link (https://jira.com/secure/CreateIssue!default.jspa) it opens the Screen i want but with the Project and Issue preselected that was last used by the User. When i use this Link i made with the project Id and Issuetype ID preset it tries to create the Issue by clickingthe Link and that shows a fail because all the required fields are not filled in. (https://jira.com//secure/CreateIssue!default.jspa.jspa?pid=15300&issuetype=14101)How can i get a link where i can preset Project and Issuetype but jira doesnt try to create the Issue on click?
Hi @SebastianG_ ,
Your posted links is incorrect. Example for my instance:
http://localhost:8087/secure/CreateIssue.jspa?pid=10000&issuetype=10002
B.R.
Please vote for https://jira.atlassian.com/browse/JRASERVER-23590 for a full featured version where all fields can be assigned with default values this way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Found URL to select Project and Issue type and create a ticket :)
https://[jiraurl]/secure/CreateIssue!default.jspa
or
https://[jiraurl]/secure/CreateIssue.jspa?pid=10002&issuetype=10009 - no errors
Bad URL:
https://[jiraurl]/secure/CreateIssueDetails!init.jspa?pid=10002&issuetype=10009 - errors about mandatory fields
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @SebastianG_ - I would apply the json below
pid = project id
issue type = issue type id
assignee = if you want to assign a assignee - their user name
set priority = priority id
*** any other required field on the create screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes but that doesnt solve my Problem, i just want to bring up the create Issue Mask, not create the issue on clicking the Link
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.
Hi @SebastianG_ ,
Maybe I misunderstand, but issue won't create by link until user click 'create' button.
Could You please clarify, what mean 'issue mask'?
B.R.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
He has the same problem as I do.
We need a URL to open a page to create a ticket.
The problem is that when you enter that URL
...secure/CreateIssueDetails!init.jspa?pid=10002&issuetype=10009
you immediately see errors on the screen about mandatory fields.
Those errors should be visible after a user will click "Create" button not when he opens the page.
and when I enter this URL
secure/CreateIssueDetails!init.jspa?pid=10002
I got error that "issuetype: No issue type selected."
I saw in some post that Atlassian team member posted some comment with correct link to create a feature request in Atlassian Jira but I can't find it.
It was a page with a preselected project and with the ability to select issue type and click Next button to enter a page with all fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Andrew / Sam:
Can you pass the value of the required fields in the json? Also is a Tempo Account Field Required? Using json we were unable to get past that. Going thru the api we could just pass the account value
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this also work in combination with a predefined template?
We have too much templates on our jira server, performance is a mess and selecting one requires a lot of waiting time so I would like to generate a few direct links in order to being able to create issues directly from a certain template.
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.