Configure JIRA For The Managing The Project To Solve The Identified Problem, UML Diagram For Given Use Case
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
• Select 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.
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.
• Class Diagram
• Object Diagram
• State Diagram
• Activity Diagram
• Sequence Diagram
• Collaboration Diagram
• Component Diagram
• Depolyment Diagram
Use-case diagrams
• 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
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.