Hi,
I need to create a direct link to the issue creation form, but can't get it right.
I've tested with this URL with my project ID and standard issue type ID:
https://<myspace>.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=10007&issuetype=1&priority=4
And with another issue type ID I found in the HTML code:
https://<myspace>.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=10007&issuetype=bug-2&priority=4
Both result in the error at the top of the form:
issuetype: The issue type selected is invalid.
How can I get my link to work?
Regards,
Gauthier
issuetype should be the integer key of your issue type; are you sure that 1 is a valid ID? That doesn't sound right; our IDs are >= 10000 across the board. Visit https://<JIRA_INSTANCE>/secure/admin/ViewIssueTypes.jspa , find your request type, and hover over the Edit link to get its ID.
Thanks Payne!
The URL /secure/admin/ViewIssueTypes.jspa did not work ("Your operation is taking longer than usual"), but indeed starting at 10000 I had some results and found the searched ID at 10007 :)
Cheers,
Gauthier
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.