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 ?
Hi @nirav and welcome to the community.
From what I currently know, this isn't possible. However a few workarounds exist such as:
Alex
tnx alex, i will let u know if rest api is working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.