how to send an issue to jira from my angularjs program using http post

mosin farooq April 12, 2017

i want to send my issues from my from and also retreive it back using http get and http post methods.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 13, 2017

You'll want to use the REST APIs to talk to JIRA.  I often point at the documentation for those, but the examples and tutorials are often more useful - https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials  - and they're part of the doc tree, so you can get to the other stuff quickly from there.

Suggest an answer

Log in or Sign up to answer