sahilrajput03

Learn Jira

This section is helpful to view notifications in Jira

image

Adding/Editing/Deleting Status in Jira

BUG: Issues disappeared when migrating to new workflow: Click here

There are two ways to open “Edit Workflow” section.

  1. Using Settings:

  1. From backlog directly:

Click on “Edit Workflow” from here:

You can add more statuses like that:

Filter for custom fields can be added too like that

image

Amazing custom filters in Jira with JQL (Jira Query Language)

Docs of JQL: Click here

Current filter used in project

# NAME: Work Queue - Assignee
# DESCRIPTION: Helps to know the queue of tasks assigned to you.
# QUERY: (assignee = currentUser()) AND (status = "Changes Requested" OR status = "In Progress" OR status = "To Do")

A filter I made:

image

Another filter I made:

(status = "Changes Requested" OR status = "In Progress" OR status = "To Do") AND assignee = currentUser()

image

Other examples:

image

Restrict the option to export Issues

Creating a “Software Project - Scrum”

image

After creating the project it would look like that:

image

You can edit and update a sprint info like that

image

Edit Sprint Dialog Box -

image

You can complete a sprint and move open issues simply like that

image

image

image

image

We can edit/delete the time logged for an ticket like that

image

Thats the meaning of those time there on the top

image

image

You can view the creation date of a task

image

Using time tracking with Jira

image

image

You can get time tracking reports like that

image

You can set your profile details in jira there

Click here

image

When you create a new task in Jira its not assigned to anyone (i.e., Unassigned)

image

You can change project key like that:

image

You can collape columns as well

image

image