JIRA is an Android application written in Java using Android Studio. The application is used for creating tickets and tracking their state. Tickets can be in one of the three states: to do, in progress and done. Moreover, ticket can be of different type: bug or enhancement. Additionally, application has more features such as viewing all tickets and their type and state, field for searching a specific ticket or group of tickets, details about the ticket, editing or deleting the ticket and information about loged in user.
To login as admin it's username and password need to start with a prefix 'admin'.
Example of admin's credentials:
username: admin123
username: [email protected]
password: admin123
To login as ordinary user you can enter any credentials as long as they are not empty field.
Example of user's credentials:
username: user
username: [email protected]
password: user