Jira Notes
Epics:
story with multiple sub stories
this is actually a greater functionality can be subdivided into granular user stories to be actually implemented.
Story:
describe a product feature based on end user perspective
it helps product manager clearly to define the software requirements so the development team understands the desired outcome of the new functionality.
Format:
As a user
i want to
so that
Acceptance critieria:
It determines the completion of the task by having a BDD style feature description
Given that user logging into the application
when the login button clicked
then the user should be navigated to the login page
Product Backlog:
It is a set of well defined requirements/stories.handled by the product owner
Sprint Backlog:
It is a set of well defined requirements that was commited by the developers which will be delivered by the Agile team
Story Points:
effort required to put a product backlog item live.time not equal to effort
Mockup:
visual way of representing a product
Sprint:2 weeks:(time boxed Event)
based on each developers capacity and priority,Stories moved from Product backlog to sprint backlog
then ,sprint will be started by scrum master.then,to in progress,Done we can see the tasks and stories
once sprint completed,we can plan for retrospective ,we have burndown chart,velocity diagram
BurnDown:--->Work decreses gradually
Velocity: commited vs actual
Kanban:
Visualise the work stages
Lead Time:
Time between Task created to work completed
Cycle time:
Time consumed between Work started to work completed
Events:
Daily standup-what u did yesterday,what u work today,any blocker or dependency
Sprint review-before next sprint started,we have to planthe US’s
Story grooming---user story grooming
retrospective---once start doing,stop doing,practise to continue
Comments
Post a Comment