Create issue through URI

tiago calado September 16, 2012

Hello all,

I am trying to convert https://developer.atlassian.com/display/JIRADEV/JIRA+REST+API+Example+-+Create+Issue#JIRARESTAPIExample-CreateIssue-Exampleofcreatinganissueusingprojectkeysandfieldnames

to URI format but I am not getting it to work.

Can you help me ?

Thanks in advance,

Tiago

1 answer

0 votes
JustinA
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 3, 2012

Hi Tiago,

How about using this REST URL:

/rest/api/2/issue/createmeta?projectIds&projectKeys&issuetypeIds&issuetypeNames

As documented here: Create Issue META

Cheers,

Justin.

Suggest an answer

Log in or Sign up to answer