Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×This question is in reference to Atlassian Documentation: Creating Issues via direct HTML links
I've attempted to use the following:
http://jira.net/jira/secure/CreateIssue.jspa?pid=14202&issuetype=11600&customfield_18902=43307
When I attempt to use it, it successfully brings up the JIRA Create screen and properly populates the project and issue type id.
However, the custom field is not updated with the indicated value. The field is a single-select field with a large list of values, and I was able to get the id '43307' for the value I'm wanting. But it does not display my value, instead showing the default 'none'.
Any suggestions on how to get this to work would be greatly appreciated.
I was sort of able to get it to work, kinda:
http://jira.net/jira/secure/CreateIssueDetails!init.jspa?pid=14202&issuetype=11600&customfield_18902=43307
The problem here is, instead of just populating the fields, it also attempts to save, which fails because other required fields are yet to be populated. Will continue to try to twist the url to get it to do what I want.
That's actually it (except base url changed to jira.net). Everything works up to the customfield.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you show us the raw HTML of a form, so we can inspect the URL you have written against the values available in your instance?
For instance, this works just fine for me – https://jira.atlassian.com/secure/CreateIssueDetails!init.jspa?pid=10420&issuetype=2&summary=detailed+example%20&description=description+goes+here&components=10240&duedate=7-Dec-2005%20&customfield_10010=this+is+a+custom+field&customfield_10040=10022
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.