The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to create issues using direct HTML links

Kai Siren
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 10, 2021

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]

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Kishan Sharma
Community Champion
September 16, 2021

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%20example&description=description%20goes%20here

You just need to change the "your-domain" in the above example. Hope this helps.

1 vote
Pramodh M
Community Champion
September 16, 2021