When we were on Jira DC (Server) I had a handful of links that I used to create issues in different projects, and added components and labels automatically as list items. With Jira cloud, I can only create an issue in a project and define its type, but I can't add components and labels.
For example, to create an issue of a specific type in a specific project, this opens the form field:
> https://myjira.atlassian.net/secure/CreateIssue.jspa?pid=10008&issuetype=10068
However, I used to be able to add components and labels (and populate custom fields):
> https://myjira.atlassian.net/secure/CreateIssue.jspa?pid=10008&issuetype=10068&components=["Comp 1","Comp 2"]&labels=["label-1","label-2"]
But in Jira cloud this feature doesn't work anymore (edit to add) as it did on Jira server.
Also, can someone share the official documentation for creating Jira Cloud issues via URL and all the parameters and usage syntax?