The HR project
In this exercise, we will continue our setup for the project we created in the previous chapter. We will add the following configurations to our project:
- A set of new issue types that are specific to our HR project
- Add our new issue types to the issue type scheme to make them available
Adding new issue types
Since our project is for the human resources team, we need to create a few custom issue types to augment the default ones that come with Jira. For this exercise, we will create two new issue types, New Employee
and Termination
.
The first step, that is, setting up an issue type association, is to create the two issue types that we need, New Employee
and Termination
:
- Browse to the Issue Types page.
- Click on the Add Issue Type button.
- Type
New Employee
in the Name field. - Click on the Add button to create the new issue type.
You should now see the new issue type in the table. Now, let’s add the Termination
issue...