How to Start a Software Project in JIRA (Project Management Tool for Developers and Testers)

A JIRA Software project is a collection of issues and tools that allows your team to coordinate the development of a piece of software. Every project contains configurable boards and workflows that you can create and customize to fit your team’s needs.

Signup in JIRA with User ID and Password provided by your Company.


  1. Choose Projects > Create Project from the header and then select your project type.
    • Scrum: We generally recommend this project type to teams working with an iteration-based approach to development. Scrum projects use boards to help your team release new versions on a regular schedule.
    • Kanban: Kanban projects, which also use boards, are better suited for a continuous flow of work (e.g. service-oriented teams), where its constraint-based approach helps prevent your team from being overloaded.
    • Basic software development: Teams who just need a basic workflow to start tracking new features and bugs can use this template. Basic software development projects don’t rely on boards.
  2. Choose your preferred project template (in this case, we’ll choose a scrum project) and choose Next.
  3. Enter your project details. Check out the note below if you need more information on project keys and project leads.
  4. Choose Submit to create your new project.

Citation: https://confluence.atlassian.com

Comments

Popular posts from this blog

How to Create an Issue in JIRA (2)

Fundamentals of Accessibility Testing ... 2