JIRA Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 67: Line 67:
Monospace:
Monospace:


  This is {{file.txt}}
  This is {{file.txt}}


Bold:
Bold:

Revision as of 20:07, 9 September 2019

Internal

Project Operations

For more details about projects see JIRA Project.

Project Settings

Cog -> Projects -> <project name>

Create a Component

For more details about components see JIRA Component.

Cog -> Projects -> <project name>

Project Settings

"Components" lef sidebar menu.

Making a Specifying a Component Mandatory when Creating Issues

Not finalized yet:

Cog -> Projects -> <project-name> -> main area -> Fields -> "System Default Field Configuration" -> Search for the field name "Component/s" -> x Screens -> <project-name> Scrum Default Issue Screen.

Issue Operations

Configure an Issue's Fields

For more details about issues see JIRA Issue.

Click the Configure Fields button at the top right of the screen.

Click Custom and select the fields you want to show or hide by selecting or clearing the relevant check boxes respectively, or click All to show all fields.

When you next create an issue, these selected fields will be displayed.

Formatting an Issue Description

https://jira.atlassian.com/secure/WikiRendererHelpAction.jspa

Code:

{code:xml}
   <test>
       <another tag="attribute"/>
   </test>
{code}
{code:yaml}
   ...
{code}

Headings:

h1.
h2.
h3.

Monospace:

This is {{file.txt}}

Bold:

Custom Issue Search

A custom search is performed by assembling and executing a custom filter.

Issues Worked on Since Yesterday Midnight

updated > startOfDay(-1d) AND timeSpent > 0 AND assignee = ofeodorov ORDER BY updatedDate ASC

My Open Issues in the Current Sprint for a Specific Project

project = FDIS AND assignee = currentUser() AND resolution = Unresolved AND sprint = "Sprint 8, 1/4" ORDER BY updated DESC

Sprint Operations

Change Sprint Name

Project -> Backlog View -> Edit Sprint name in there.

Dashboard Operations

Dashboards

Create a Dashboard

Top-left Jira icon → Dashboards → ... → Create a dashboard If the dashboard is "starred", it is easily retrievable from the "Starred and Recent" left-side menu.

Add a gadget. A common and useful gadget is "Filter Results", which renders the result of a saved filter.

Filter Operations

Create a Custom Named Filter

https://confluence.atlassian.com/jiracorecloud/saving-your-search-as-a-filter-765593721.html

Issues and Filters → Search Issues → create a search:

status = 'Closed' order by updated DESC

Save filter.

By default, a saved filter will be only visible to you.