Forums

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

Hipper link for create issue

nirav
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!
November 7, 2021

hi 

any one know if its possible to created shortcut (hipper link) to create issue in some project ?

mean to open directly the create issue page instead of the al project board ? 

2 answers

1 accepted

1 vote
Answer accepted
Alex Koxaras -Relational-
Community Champion
November 7, 2021

Hi @nirav and welcome to the community.

From what I currently know, this isn't possible. However a few workarounds exist such as:

  • Use issue collector to create issues
  • Use REST api
  • Fiddle around with javascript and HTML and find a way to call (I think, but I'm not sure) the document.createElement

Alex

nirav
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!
November 7, 2021

tnx alex, i will let u know if rest api is working 

0 votes
John Funk
Community Champion
November 7, 2021

Hi Nirav - Welcome to the Atlassian Community!

You should be able to build a URL based on the issue type and project ID. The URL will look something like this:

https://yourdomain.atlassian.net/secure/CreateIssue.jspa?issuetype="1" &pid= "1300"

Where 1 is the id of the issue type and 1300 is the id of the project. 

Suggest an answer

Log in or Sign up to answer