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.
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.
It looks like you're new here. Sign in or register to get started.