DEV Community

Vishesh Tiwari
Vishesh Tiwari

Posted on

Jira Story Creation Template For Front End Developer

JIRA Story Template

Below you can find/use template for creating any of the feature story -

Acceptance Criteria:

  • [First criterion]
  • [Second criterion]
  • [Third criterion]

Description:

Context: [Background information or context for the story]
Scope: [What is included and what is not included in this story]
Assumptions: [Any assumptions made while writing the story]

Design:

[Link to design mockups or specifications]

Technical Notes:

[Any technical details or considerations]

Dependencies:

[List any dependencies or related stories]

Testing:

  • Unit Tests: [Details of unit tests required]
  • Integration Tests: [Details of integration tests required]
  • End-to-End Tests: [Details of end-to-end tests required]

Documentation:

[Any documentation updates required]

Definition of done - 

Code Quality:

  • Code is reviewed and approved by at least one other developer.
  • No linting errors or warnings.

Testing:

  • Unit tests and integration tests are written and passing.
  • Code coverage meets the team’s threshold (e.g., 80%).

Functionality:

All acceptance criteria for the user story are met.

Design:

The feature matches the design specifications.
Components are documented and tested in Storybook.

Documentation:

Code is documented where necessary. (Storybook is enough)

I hope this save times for many developers😁.

Top comments (0)