Top Banner
Jakub Sykora
42

Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Jul 06, 2018

Download

Documents

PhạmDũng
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

JakubSykora

Page 2: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

WhatisJIRA?

• softwaredevelopmenttool

• planningandtrackingtheprojectsprogressandsupportingtheteamcollaboration

• supportsbothAgile(Scrum&Kanban)andwaterfallmethodologies

Page 3: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

WhatisJIRA?

• Initialrelease,2002• Mostpopularissuemanagementtool• Developer:Atlassian,Inc.• JIRA,Confluence,Bitbucket,HipChat

• Firstidea:bugtracker• Competitors:Bugzilla

Page 4: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

WhatisJIRA?

• Webapplication• Pricing:numberofusers• CloudorSelf-hosted

• Threepackages:• JIRACore• JIRASoftware

• JIRASoftwareCloud• JIRASoftwareServer• JIRASoftwareDataCenter

• JIRAServiceDesk

Page 5: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Cloud

Page 6: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Server

Page 7: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Issues

• generictask,unitofwork:• projecttask• bug• changerequest• servicerequest

• fieldswithvalues

• modifiable

• different(default)issuetypesinJIRA

Page 8: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Projects

• issuesbelongstoprojects

• projecttemplates

• projectsforagilesoftwaredevelopmentmethodologies• Scrum• Kanban

• normalbusinessprojects

Page 9: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Scrum

• deadlines• iterations~sprints• onesprint=2-4weeks

• sprintplanningmeeting• stand-upsduringsprints• sprintreview

Page 10: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Scrumproject

• backlogwithepics• activesprints

• backlog->sprint

Page 11: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Storypoints

• measurementinsteadofhours• agileconcept

• 30mins=1pts• 1hour=2pts• 2hours=4pts• 4hours=8pts• day=16pts• 2days=32pts• 3days=48pts

Page 12: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Reports

Page 13: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Workflow(boardcolumns)

Page 14: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Kanban

• notargetdate• supportpriorities• noplanmode

Page 15: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Kanban

Examples:• Supporttickets• Example:SupportQueueproject• userscreatetickets• InProgress(someonefromsupportteamisassignee)• InReview(reporterisassignee)• Done(reporterclosestheticket)

Page 16: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Fields,Screens,Schemas

• Eachproject- differentissuetypes• sameissuetypein2projectscanhavedifferentfields

• Eachworkflowtransition• differentscreens(displayedfields)forissuetypeintransition

• (ToDo– Progress)etc...

Page 17: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java
Page 18: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Search

• quick/textsearch• basic/simplesearch• advancedsearch• JIRAQueryLanguage(JQL)

Page 19: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Issuenavigator

• primarysearchinterface• operationsonsearchresults• filters

Page 20: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Quicksearch

• my• r:<user>• <projectname>,<projectkey>• overdue• created:today(yesterday,-1w);sameupdated:,due:• <priority>• <issuetype>• v:• v:3.2*

Page 21: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Basicsearch

• simple-to-useinterface

Page 22: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

JQL&advancedsearch

• basicsearchprovidesonlyinclusivelogic• similarsyntaxtoSQL

• basicquery:• field,operator,value• Status=Resolved

• linkedqueriesbyAND,OR

• usedinboards,APIs• mostofqueriescanbeconvertedintobasicsearch• learningpurposes

Page 23: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Bulkupdate

• Easywaytomodifyallsearchresults• usefulfortypos,modification• movingmultipleissuesfrombacklogtosprint

Page 24: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Workingwithsearchresults

• DetailView• ListView• Customizingthecolumnlayout• Canonlypicksomefieldsforexport

• ExportinExcel,Word,XML,JSON• RESTAPIJQL

Page 25: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

UsingFilters

• abilitytosavesearchesastemplates

• filtersonagileboards• relevantproject,accesspermissions

• gadgetsondashboards

Page 26: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Bitbucketintegration

• ’SmartCommits’• JIRA‘createbranch’• Workflowtriggers• pullrequest->InReview

Page 27: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

SmartCommits

• Basicsyntax• <ignoredtext> <ISSUE_KEY> <ignoredtext> #<COMMAND><optionalCOMMAND_ARGUMENTS>

• Comment• <ignoredtext>ISSUE_KEY <ignoredtext>#comment<comment_string>

Page 28: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java
Page 29: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

AutomaticIssueTransitions

• codingismoreimportantthanJIRA• notimeforJIRAupdates ->lessstatisticsorresultsinJIRA

• example:addpulltriggerintransition

• workflowtriggers• ’Open’->‘InProgress’(branchcreated)• ’InProgress’->’InReview’(pullrequest)• ‘InReview’->‘Done’(merged)

Page 30: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Exporting,importingdatatoJIRAasissues• JIM=JIRAImportersPlugin• Easytouseimportwizards• CSV• Bugzilla• Mantis

Page 31: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Example:AddingnewIssuetype• ForTestAutomationproject,addnewtype:• TestSuite

• importIssuesfromCSV(addsetIssueTypelaterfromsearch)• linkSummaryfield• createCreated(date)andComponentfield• linkthosefieldswithexportedfields

Page 32: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Example:ImportissuesfromCSV

• Custom_field readabilityproblem• SmartwizardssupportscreatingmissingfieldsfromCSV• otherwisefieldsmustbedefinedalready

Page 33: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

• teamcollaborationsoftware• issuescanbedisplayedinConfluencepages• issuescanbecreatedfromConfluencepages• reports,gadgetscanbeinsertedtoConfluencepage

Page 34: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Plugins

• Over1600plugins• ScriptRunner (mostuseful)• AutomationforJIRA• thosetwooverlap

Page 35: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Emails&notifications

• possibletocommunicatewithJIRAthroughemails• addingcomments,etc...

• notificationonissuestatuschanges

Page 36: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

JIRASoftwareMobile

• Cloudonly• May2017

• JIRAdesktopinterface• otherpossibility

Page 37: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Administration&userpermissiongroups• globalgroupsxprojectroles• JIRAadministrationxprojectadministration• permissionschemes• workflowpermissions

Page 38: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Example:TransitionsinSupportQueue• fordifferentstepschangeassignee• letreportertodecidewhattodowithIssue• differentpermissionlevelsprovided:• SQAdministrator- Group• Developer- Role• ‘user’asreporter

Page 39: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Example:ScriptRunner plugin&transitions• Assignissuetolast‘Developer’assignee

Page 40: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Howtoremoveticketsfromboard- resolution

SQPermissionScheme

Page 41: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

Example:Reportershouldmarkissueasresolvedif’DONE’

• Boardshouldbeclean• Issueiscommentedin‘DONE’->shouldbemarkedasresolved• CanbelateralsomarkedasresolvedbyScriptRunner

Page 42: Jakub Sykorad3s.mff.cuni.cz/teaching/advanced_develmonitor_tools/files/JIRA.pdfWhat is JIRA? •software ... •JIRA desktop interface ... JIRA •written in Java

JIRA

• writteninJava• ...pluginsalso

• datastorage• relationaldatabase• MySQL,PostgreSQL,MicrosoftSQLServer,Oracle