# Day 5 a:  Jira Setup

* **Learn**: Install Jira (Docker: docker run -p 8080:8080 atlassian/jira-software), create projects, sprints.

* **Task**: Set up Jira, create a project "Ecomm DevOps," add a 2-week sprint, log all tasks so far.

* Here i am going ahead with my atlassian free trial version for jira tasks.&#x20;

Learning Topics :tada: :

* **Epics**: Big chunks of work that group related tasks (e.g., “User Service Development”).
* **Stories**: User-focused descriptions of features (e.g., “As a user, I want to see my profile”); we’ll simplify these as tasks for now.
* **Tasks**: Specific to-dos under an epic (e.g., “Set up Docker for User Service”).
* **Sprints**: Fixed time periods (e.g., 2 weeks) to complete a set of tasks.
* **Workflows**: Steps a task goes through (e.g., To Do → In Progress → Done)


---

# 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://charan-techjourney.gitbook.io/charan-techjournal/50-days-of-devops-ecommerce-microservices/project-daily-tasks/day-5-a-jira-setup.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.
