0% found this document useful (0 votes)
265 views12 pages

Configure JIRA For The Managing The Project To Solve The Identified Problem, UML Diagram For Given Use Case

The document discusses configuring JIRA for managing a software project. It describes creating epics and user stories in JIRA to track requirements and issues. It also covers creating a project, adding team members, and assigning work. Finally, it defines unified modeling language (UML) diagrams and provides steps to draw a use case diagram for an e-toll payment processing system using StarUML modeling tool.

Uploaded by

Manjunatha Ok
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
265 views12 pages

Configure JIRA For The Managing The Project To Solve The Identified Problem, UML Diagram For Given Use Case

The document discusses configuring JIRA for managing a software project. It describes creating epics and user stories in JIRA to track requirements and issues. It also covers creating a project, adding team members, and assigning work. Finally, it defines unified modeling language (UML) diagrams and provides steps to draw a use case diagram for an e-toll payment processing system using StarUML modeling tool.

Uploaded by

Manjunatha Ok
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Course: Software Engineering principles and practices Code: 20CS44P

WEEK-6 : Requirement Engineering & Modeling


Session No. 5
Configure JIRA for the managing the project to solve the identified
problem, UML diagram for given use case

6.5.1 Configure JIRA for the managing the project to solve the identified
problem

Project Problem
• A problem statement is a concise description of the problem or issues a project needs to
address.
• Problem Definition – defining the problem statement for user need.
• The group or individual that has an understanding or can recognize workable solutions to
the defined problems.
• Once the team understands the issues they are going to address first, they can then begin
to form solutions.
EPIC

• An epic is a large body of work that can be broken down into a number of smaller stories,
or sometimes called “Issues” in Jira.

• Consists of multiple teams, on multiple projects, and can even be tracked on multiple
boards

To create user story in jira tool -> type jira tool login in web browser ->select Log in with
Atlassian account ->login with valid email-id.

To Create a project

• In the top-left corner, click the Jira home icon • In the top-right corner, select Create project.

To Pick a template
Choose a template from Jira products you own (Jira Software, Jira Service Management, and Jira
Work Management).

Create an issue

• In the project menu, select Roadmap

• Start typing, then hit enter to create your first epic.

Invite your team

• In the project menu on the left, select Project settings.

• Select People.

• In the top-right corner, select Add people.

• Search for your team member's email address, and select Add

Steps to create epic and create issues in epic, status update and add people for team and
assigning work for them.

Step1: Create Project from Projects menu


Step 2: Project name or work name must be entered and choose kanban template and add key for
the project to identify issues in project.

Step 3: Select roadmap -> create epic and its description-> add issues(user stories) for epic.
Step 4: Select board and check for the status of all issues which are in to do list, in progress list
and done list. Issues attended will be moved to in progress list. Issues completed will be moved
done list.

Step 5: Adding people to team, select people from menu ->invite using email id ->then add
Step 6: Select issue for assigning work to team mate-> write description for the issue ->select
assign ->select people in list and assign work.
6.5.2 Draw UML diagram for given use case
• Unified Modeling Language (UML) is a general purpose modelling language.

• The main aim of UML is to define a standard way to visualize the way a system has been
designed.

• It is quite similar to blueprints used in other fields of engineering.

• UML is not a programming language, it is rather a visual language.

Different UML Diagrams are

• Use case Diagram

• Class Diagram

• Object Diagram

• State Diagram

• Activity Diagram

• Sequence Diagram

• Collaboration Diagram

• Component Diagram

• Depolyment Diagram

Use-case diagrams

• Describe the high-level functions and scope of a system.

• These diagrams also identify the interactions between the system and its actors.

• The use cases and actors in use-case diagrams describe what the system does and how the
actors use it
Example: Use case Diagram for Restaurant Ordering System

Consider payment processing in e-Toll System and draw use case diagram.
Steps to draw Use case diagram
Step 1 : To draw UML diagram download Staruml using this link https://staruml.io/download . Select
Windows option and Install

Below figure shows the home page.

Step 2: In home page, from menu Select Model 🡪Add Diagram 🡪Use case Diagram
Use case Box will appear with blank system name fill the name of system, enter e-toll System for this
usecase.
Step 3: Select different notations used for use case building from Tool box
Step 4: Select Actor from Toolbox and draw where actor has to be represented and type the suitable name
for actor. Similarly draw other actors needed in the system

Step 4: Select use case from Toolbox and draw in the rectangle where it is required and type the suitable
name for use case. Similarly draw other use cases needed in the system
Step 4: Select Association and include from the Toolbox, connect actors to its appropriate use cases. And
save the use case.

You might also like