How do I do this, but for team managed projects? => https://confluence.atlassian.com/jirakb/how-to-create-issues-using-direct-html-links-in-jira-server-159474.html
I want a url that looks like
[JIRA BASE URL]/issues/create?[ARGUMENTS]
Hi @Kai Siren Welcome to the Atlassian Community!
Get the project ID of your project, refer this thread to know how to get the project ID.
Then get the issue type ID and construct the link with the required fields as arguments as per this KB
Example -
https://<your-domain.atlassian.net>/secure/CreateIssueDetails!init.jspa?pid=10000&issuetype=10001&summary=detailed example&description=description goes here
You just need to change the "your-domain" in the above example. Hope this helps.
Hi @Kai Siren
Adding the previous link to my answer.
https://community.atlassian.com/t5/Jira-Software-questions/How-to-create-issues-using-direct-HTML-links-in-Jira-Server/qaq-p/1624742
Thanks,Pramodh
It looks like you're new here. Sign in or register to get started.