JIRA Operations: Difference between revisions
Line 72: | Line 72: | ||
This is *bold* | This is *bold* | ||
Color: | |||
{color:red}something in red{color} | |||
==Custom Issue Search== | ==Custom Issue Search== |
Revision as of 20:09, 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
Code:
{code:xml} <test> <another tag="attribute"/> </test> {code}
{code:yaml} ... {code}
Headings:
h1. h2. h3.
Monospace:
This is {{file.txt}}
Bold:
This is *bold*
Color:
{color:red}something in red{color}
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
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
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.