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

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

Suggest an answer

Log in or Sign up to answer