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 do I get a URL that creates an issue of a certain type in a certain project?

buchs
Contributor
July 7, 2017

I frequently need to send these to others to help them through the JIRA maze we have.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Jeff Turner
Contributor
July 7, 2017

This is how I do it:

  1. Middle-click 'Create' button, and go to the new tab, which contains just the Project and Issue Type fields.
  2. Hover over a field, edit the page HTML (right-click and 'Inspect' in Chrome), find the <form> element and change method='post' to method='get'.
  3. Submit the form with the desired project and issue type.
  4. The URL will now contain all the needed details. Delete the formToken and atl_token parameters.
buchs
Contributor
July 7, 2017

Thank you. I found I was able to peal off the tokens, etc. just keeping the project and issue type. Wouldn't it be nice if there were a button to get such a link?

Jeff Turner
Contributor
July 8, 2017

It would be even nicer if the URL had project and issuetype parameters in it by default. There's no reason that first form should be a POST, as it doesn't modify server state. 

TAGS
AUG Leaders

Atlassian Community Events