Jira API for Android Application.

Ravishankar Ahirwar March 26, 2015

I have a plan to create an Android application for creating ticket/issues in my JIRA project.

How to create ticket/issues using JIRA Api from Android Application.

Is there any example for Android Developer for Using JIRA Api. 

1 answer

1 vote
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.
March 27, 2015

There's nothing specific for android, JIRA has a REST interface that anything can use (no point coding for Android when you can code for a generic interface that even my toaster can use)

The obvious place to start is the docs at https://docs.atlassian.com/jira/REST/latest/ but I find them far too "reference material" and much prefer https://developer.atlassian.com/jiradev/api-reference/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-version-2-tutorial and https://developer.atlassian.com/jiradev/api-reference/jira-rest-apis/jira-rest-api-tutorials

Android can, of course, issue REST calls to other systems.

Suggest an answer

Log in or Sign up to answer