Showing 89 Result(s)

How To Add Acceptance Criteria To Issue – Jira Tutorial 2021

Follow the steps below To Add Acceptance Criteria To Issue

Click the “Settings” (wheel icon at the top-right corner) > Select “Issues” > Click on “Custom Fields” > Click on “Create Custom Field” (top-right side) > Select a Custom Field from the list > Give a Name > Click on “Create” button

In the next step, Select Screens (where the select field will be available) > Click on “Update” button

Once Custom Field is added, you still need to Configure the Screen.

Click on “Create Issue” > Click “Configure Fields” (at the top-right side of the pop-up)

Note: You must have Jira admin permissions, otherwise you will not see these settings.

How To Update User Preferences – Jira Tutorial 2021

Follow the steps below to Update User Preferences

Personal Settings:

Click on “Avatar” (at top-right corner) > Select “Personal Settings” > Change/Update the settings as per your preferences

Profile Settings:

Click on “Avatar” (at top-right corner) > Click “Profile” in settings > Change/Update the settings as per your preferences

Account Settings:

Click on “Avatar” (at top-right corner) > Click “Account Settings” > Change/Update the settings as per your preferences

Show All Issues You Watch – Jira Tutorial 2021

Follow the steps below to Show All Issues You Watch

Select a Project > Click on “Issues” > Click on “Advance Search

Query For All Different Projects:
watcher = currentUser()

To order the Issues:
watcher = currentUser() ORDER BY created DESC/ASC

To order the Issues of a specific project:
watcher = currentUser() AND project = “ProjectName” ORDER BY created DESC/ASC

Show All Issues Assigned to Me – Jira Tutorial 2021

Follow the steps below to Show All Issues Assigned to Me

Click on “Filters” (at the top side) >Select “Advance Issue Search” >Click on “Switch to JQL” > Use the following Query:
assignee is CurrentUser() AND resolution is EMPTY order by Created DESC
Note: You can save the query by clicking on “Save as” (at the top) and give it a Name for future use

OR

Click on “Filters” (at the top side) > Select “Advance Issue Search” > Change “Assignees All” To “Current Users” in the Filters (at the top)
Note: You can also use other filters for more filtered results

To create a Dashboard:
Click on “Dashboard” > Select “Create Dashboard” > Name the Dashboard > Click on “Save” button

Once done, Click on “Add a new Gadget” > Select “Filter Results” > Select “All my Issues” in the “Saved Filter” > Check “Update every 15 minutes” > Click on “Save” button.

How to Create Filter In Dashboard – Jira Tutorial 2021

Follow the steps below to Create Filter in Dashboard

To Create a Filter:
Click on “Filters” (at the top) > Select “Advanced issue search” > Click on “Switch to JQL” > To create a filter for All the Issues from a project > Use the following Query:
project = “Your Project Name” order by created DESC

Now, Click on “Save as” button > Name the filter > Click on “Submit” button.

To Create a Dashboard:
Click on “Dashboards” (at the top) > Select “Create a Dashboard” > Name the Dashboard > Choose the privary settings > Click on “Save” button.

Once the dashboard is created, Click on “Add a new gadget” > Select a Gadget(s) (Filter counts and Issue statistics in the example) > Click on “Add gadget” button > Enter the gadget details > Click on “Save” button.