Configuring Jira Project – Chapter 4

Once a project gets created (take a look at previous chapter), we should configure the project. When we talk about configuration, we refer to customizing the issue types and the workflow. Lets get started with updating project workflow in this chapter!

Step 1 -> Login into the JIRA and click on the PROJECT SETTINGS link on the left panel as shown below-

Configuring Jira Project

Step 2 -> Click on the “WORKFLOWS” link as shown below, the page shows the default workflow named ‘Software Simplified Workflow for Project TRIAL’. Every project inherits the default workflow process which can be customized as per the project needs.

Customize Project Workflow

Step 3 -> Click on the link ’Software Simplified Workflow for Project TRIAL’ to view the default workflow-

Default Jira Workflow

The above (default) workflow has three states- TO DO, PROGRESS and DONE and are associated with a transition – which means the triggering point that changes the state from one form to another.

Step 4 -> Click on the ‘EDIT’ button (visible on top right corner) to add new states and transitions.

Edit Workflows – Update States and Transition States in Jira

You can drag and drop the existing icons to make the workflow user friendly. You can select each state / transition to check on its related properties. You can delete and update the existing entities on the workflow. The above workflow conveys the following –

  1. Every issue will be placed in TO DO state at any given point in time
  2. At given time, issues can be placed in IN PROGRESS or DONE state as well
  3. The  “ALL” listed against each state signifies the transition
  4. Issues are moved between states by the Scrum Master / Agile SPOC

Let us update the workflow to convey the following –

  1. Each state should start with TO DO state, which indicates that the issue has to be planned
  2. Post team discussion, when the issue is to be resolved / implemented, the Scrum Master / Agile Owner moves the state from TO DO to IN PROGRESS state
  3.  And when the issue is completed, then the Scrum Master / Agile SPOC moves it to the DONE state

To perform the above activities (steps i,ii,iii) , select the ALL transition and delete it. Click on the ADD TRANSITION button to add a new transition flow.

Adding New Transition State in Jira

When the state has to be from TO DO to IN PROGRESS, we will add a new transition state named ‘READY for IMPLEMENTATION’.

Defining New Transition State in Jira

Click on the ADD button and view the new change-

Viewing New Transition State

Repeat the same process to add another transition state that is triggered from IN PROGRESS to DONE state. Let us click on the ADD TRANSITION button to create a new transition state as shown below-

Adding another Transition State

View the updated workflow-

Updated workflow

Step 5 -> Now click on the PUBLISH button to view the updated workflow for the project TRIAL-

Modified Jira Workflow for Project TRIAL

Few tips-

* Its advised that changes to workflows are made before creating issues in the project so that there is consistency across issues and their states.

* While you can create many states and transitions but it is good to keep the workflows simple

* State and Transition names should relate to the project phases and activities. For example, for a Dev project you can have states like-

TO DO -> DESIGN -> CODE -> REVIW -> TEST -> DEPLOY

In the next chapter, we will focus on customizing and configuring issue types – click here for Chapter 5.

Happy Exploring !!