Showing posts with label Agile. Show all posts
Showing posts with label Agile. Show all posts

Tuesday, August 30, 2022

JIRA: Create a sample Scrum project

 Create a Sample Scrum Project

  1. Open your Jira portal
  2. Go to Project > Create project
  3. In the Project Template screen, click Scrum

  4. In the Software Development screen, click Use Template.


  5. In the Choose a project type screen, select 'Select a Users Managed Project' and click Next.


  6. Enter a name for the sample project & click Next 


    Tip: If you are creating the project for a specific user, name the project 'Sample - [name user]'. This will make it easier to find and delete later.

  7. Click Connect, this will connect Bitbucket & Opsgenie to the newly created project.


  8. Check for the 2 green ticks & click 'Go to Project'


  9. New Project created



*You need to be a Jira Service Management administrator.

Thursday, July 28, 2022

JIRA Sprint : How to Complete or Close Sprint in Jira

 Completing or Closing an Active Sprint

  1. Open Jira portal

  2. Go to Backlog

  3. Go to the Active sprints of your Scrum board to view all the application 'active sprints' planning

  4. Select the sprint you want to complete from the sprint drop-down or right pane, & click 'Complete Sprint' this will delete all finish tasks associated with sprint.
    Note: that if you have multiple sprints in the Active sprints of your board, the 'Complete Sprint' button will not appear until you select one of the sprints.


  5. If all the work in this sprint is done the sprint is over.

  6. On above right corner you will see Complete Sprint, click it.

  7. If sprint has incomplete or open issues, a popup will emerge & ask you to select the next sprint to move All incomplete issues to new/upcoming sprint.

  8. If the sprint has incomplete issues, select from one of the following:

    • Backlog, to move the issues to the backlog

    • Any future sprint, to move the issues to any future sprint that's already created

    • New sprint, to create a new sprint and then move the issues to the new sprint


Note: Your issues won't be marked with the date the sprint was closed; however, you can always view the sprint for an issue to find out when the sprint ended.

Software Testing and STLC (Software Testing Life Cycle)

Software Testing and Software Testing Life Cycle Software Testing: Testing is the process of exercising the software product in pre-define...