Skip to content

Instantly share code, notes, and snippets.

@kibotu
Last active February 9, 2024 21:37
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kibotu/a8ae3ea5a082ef78760e9a03e5004e68 to your computer and use it in GitHub Desktop.
Save kibotu/a8ae3ea5a082ef78760e9a03e5004e68 to your computer and use it in GitHub Desktop.
Ticket Templates

Bug Report Template

Help your QAs and the rest of your Agile Team members report bugs consistently! Use the bug report template for Jira issues and speed up the issue preparation process. This template ensures the reporter will provide enough information for the team to reproduce and fix the bug.


Provide a general summary of the issue in the Title above.

Expected Behaviour

Tell us what should happen.

Actual Behaviour

Tell us what happens instead of the expected behavior.

Possible Solution

Not obligatory, but suggest a fix/reason for the bug.

Steps to Reproduce

Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include screenshots / video clips or code to reproduce, if relevant.

  1. Do this
  2. Then do that

Context

How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world Provide a general summary of the issue in the Title above.

Environment

Which app version? Production / Staging? Are test accounts available to reproduce the behaviour? What iOS/Android version? Which device?

Detailed Description

Provide a detailed description of the change or addition you are proposing.

Possible Implementation

Not obligatory, but suggest an idea for implementing addition or change.

Task Template

A workitem that needs to be done while developing a story or feature and does not span more than 2 days. Where a single actor takes a single action with a single output.


Provide a general summary of the issue in the Title above.

Acceptance Criteria

Tell us what should happen. It should be measurable so that we know when we're done and that it can be tested.

Requirement Documents

Add sketch / API documents.

Environment

Provide test accounts if possible.

Possible Solution

Not obligatory, but suggest a approach.

Possible Implementation

Not obligatory, but suggest an idea for implementing addition or change. Link to confluence page and / or story.

User Story Template

User stories are short descriptions of a feature told from the perspective of the person who desires the new functionality, usually a user of the system. They typically follow a simple Jira ticket template:

As a [user], I want [goal] so that [some reason]


Why

As a personaName
I want
So that

Acceptance Criteria

Scenario

Given
When
Then

@romain130492
Copy link

thats neat, thanks;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment