Issues Types in JIRA

Learn via video courses
Topics Covered

Overview

All the tasks in JIRA comes under issues like story, bug, epic etc. Having complete knowledge with working with issues and issues types in JIRA is primary. First user set up a project of desired framework scrum or Kanban. In case of Scrum, Sprint is created. Next step is add issues in JIRA, customize the fields and add an assignee.

What are the Issues Types in JIRA?

An issue is created of the work that needs to be done. Now, issues in JIRA also have types to them. These types helps to identify is it a bug or any sub-task. Below is the list of issues types in JIRA :

  • Task: A task represents work that needs to be completed.
  • Subtask: A subtask represents work that is linked to another parent task.
  • Epic: A big user story that needs to done is Epic. Eg- Login form creation.
  • Bug: A bug is a functionality in the code that is not working or not created. Eg some filters not working for specific condition is a bug in the software.
  • Story: A task is broken down into multiple user storie. The smallest version is called story.

JIRA - Issue Creation

  1. Create a project using Scrum or Kanban template.
  2. Add an issue and select one of the issues types in JIRA.
  3. Fill the details in the description field. Assignee, assigned to, story points etc. issue creation

JIRA - Clone an Issue (Steps to Follow for Cloning)

When issues in JIRA are cloned, description and other fields like assignee, assigned are copied but not the time tracking of creation and who created the issue.The cloned issue is now a new issue. Cloning is done to use the existing data of an issue for other tasks as well.Let's have a look at the steps.

  1. Go to the issue created and select option clone. go to the issue created and select option clone
  2. This will open editable window to edit the summary and copy the contents in a clipboard. editable window
  3. The clipboard would have a link redirecting the clone link. all the details and fields are copied there. link redirecting the clone link
  • To an issue in the same Jira site issue in the same Jira site
  1. Open the issue that we have to link to.
  2. Select more (...) option on the right hand side.
  3. Select link from the menu.
  4. Select Jira issue via searching.
  5. Select the type whether the new issue is blocked by/duplicate/clone of the linked issue.
  6. Add comments and link.
  • To an issue on another Jira site issue on another jira site
  1. Select more (...)
  2. Select link
  3. Select Jira issue
  4. Select the type whether the new issue is blocked by linked issue
  5. Add comments and link
  • To a Confluence page
  1. Select more (•••)
  2. Select link
  3. Select confluence page
  4. Add comments and select link
  • To a specific URL specific url
  1. Go to (...) menu on the right side
  2. Select actions from the list
  3. Select add web link
  4. It will add two fields of url and link text
  5. Click on link.

two fields of url and link text

  • Delete an issue link delete an issue link
  1. Go to (...) menu on the right side.
  2. Select delete option.

Conclusion

  1. In this article we discussed how to create a new issue. Issues in JIRA are used to create a new task that needs to be done.
  2. Multiple issues types in JIRA are there like bug, user story, epic, task, subtask etc.
  3. Cloning an issue means to create a new issue using existing and copying all the data expect date of creation.
  4. Issues in JIRA can be linked together and can be attached to a URL or confluence page.