webservice create issue jira.

Sergio _ January 15, 2018

I need to create an issue in jira from another application.

Using a webservice feature the app have a form with field to fill. 
I don't know how to pass for example  the projectid.

{"projects": 
      {"id": "10204",
}
}

into a simple field with two textboxesform.PNG

1 answer

0 votes
Alexey Matveev
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.
January 15, 2018

Hello, 

You need to use Jira REST API to create an issue in jira. Kindly have a look at the following doc. You can find an example there:

https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-issue-post

Suggest an answer

Log in or Sign up to answer