SlideShare a Scribd company logo
1 of 165
Download to read offline
Deep Dive into Automation:

Scaling Jira Service Desk
PATRICK TEEN | DEVELOPER | ATLASSIAN
AMOGH SARDA | PRODUCT MANAGER | ATLASSIAN
Think of a time-consuming
task you’ve got to do
repeatedly.
SCENARIO
Fineee, I guess I’ll do it.
YOU
I’m feeling efficient lazy.
Let’s see if I can write a
script to do it.
YOU
5 stages of grief scripting
1. Belief
You start this journey with so much
hope and so many aspirations.
2. Application
It’s action time.
You’ve started scripting in NodeJS.
You’re enthusiastic.
3. Denial
Okay, shoot. This is taking longer than
you thought.
4. Regret
Day #671. Just finished.
No word from home.
5. Acceptance
At least it looks cool, right?
¯_(ツ)_/¯
… Right?
What if I told you
there was
another way?
BUT WAIT
Get
Ready
For
The
Craziest
Slide
in
Summit 2017
in
Jira Service Desk
Automation
W
ow
!
Amazing!!!
50%
Of all projects actively use automation
If
Some conditions are met
How does it work?
Then
Do something
When
Something happens
Filter
JQL on issue
JQL on linked issue
Comment contains
Comment visibility
User type
How does it work?
Action
Transition issue
Add comment
Alert user
Edit issue
Webhook
Trigger
Issue created
Issue status changed
Comment added/edited
SLA time remaining
Linked issue transitioned
If
It’s transitioned to “Done”
How does it work?
Then
Order a glass of wine
When
An issue is transitioned
Automation
Automation
Automation
Agenda
Jira Software ❤ Jira Service Desk
Internal IT Teams
Webhooks
External Customer Service
EXTERNAL CUSTOMER SERVICE / TEAM STRUCTURE
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
“Help - my payment doesn’t work”
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
“What’s your transaction number?”
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
“Oh it’s 12345”
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
Then send email
asking for specific
information about
their transaction
If summary ~
“payment” and
request-channel =
email
When an issue is
created
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
EXTERNAL CUSTOMER SERVICE / MISSING INFORMATION
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
EXTERNAL CUSTOMER SERVICE / ROUTE BY ORGANISATION
EXTERNAL CUSTOMER SERVICE / ROUTE BY ORGANISATION
Then assign the
request to
@Twitter_Fan
If reporter is a
customer from
“Twitter”
When an issue is
created
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
EXTERNAL CUSTOMER SERVICE / IN PROGRESS
EXTERNAL CUSTOMER SERVICE / ESCALATE WITH EASE
EXTERNAL CUSTOMER SERVICE / ESCALATE WITH EASE
Then alert Support
Manager
If issue is of critical
priority
When the SLA is
about to breach
EXTERNAL CUSTOMER SERVICE / STAY ON TOP OF YOUR WORK
Then remind the
assignee to update
customer
If you are the
assignee
When issue has been
in status “In progress”
for quite long
EXTERNAL CUSTOMER SERVICE / STAY ON TOP OF YOUR WORK
EXTERNAL CUSTOMER SERVICE / FOLLOW UP WITH CUSTOMERS
“We’re almost done. Last question,
what device do you have?”
EXTERNAL CUSTOMER SERVICE / FOLLOW UP WITH CUSTOMERS
“Uh…hello?” :(
EXTERNAL CUSTOMER SERVICE / FOLLOW UP WITH CUSTOMERS
Then leave a comment
following up with the
customer again
If any issue
When we’ve been
waiting for a
customer’s response
for too long
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
EXTERNAL CUSTOMER SERVICE / FOLLOW UP WITH CUSTOMERS
“We’ve fixed the problem and it
should work now. Does it?”
EXTERNAL CUSTOMER SERVICE / FOLLOW UP WITH CUSTOMERS
“Uh…hello?” :(
EXTERNAL CUSTOMER SERVICE / STALE TICKETS
Then transition ticket
to “Closed”
If nothing happened
on the request for a
while
When issue has been
in “Fixed” status for a
long time
Agenda
Jira Software ❤ Jira Service Desk
Internal IT Teams
Webhooks
External Customer Service
JSD <3 JSW / TEAM STRUCTURE
JSWJSD
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
How you think it’ll work How it works
JSD <3 JSW / KNOWN SOFTWARE BUGS
Then link existing JSW
issue tracking the bug
If description ~
<errorcode>
When an issue is
created
JSD <3 JSW / KNOWN SOFTWARE BUGS
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
JSD <3 JSW / FEATURE REQUESTS
Then assign to
Product Manager
If request-type =
“Feature request”
When an issue is
created
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
JSD <3 JSW / INTERNAL DOCUMENTATION
JSD <3 JSW / INTERNAL DOCUMENTATION
JSD <3 JSW / INTERNAL DOCUMENTATION
Then internal
comment with “Docs
are <link>”
If affected version of
the request is
“Version 2.0”
When an issue is
created
JSD <3 JSW / ESCALATE TO DEVELOPMENT
ESCALATE TO DEV
JSD <3 JSW / ESCALATE TO DEVELOPMENT
Then assign to
@bestmate_developer
If status is “Escalate to
Dev”
When an issue is
transitioned
JSD <3 JSW / KEEP DEVELOPERS IN THE LOOP
JSWJSD
JSD <3 JSW / KEEP DEVELOPERS IN THE LOOP
JSD
JSW
JSD <3 JSW / KEEP DEVELOPERS IN THE LOOP
Then alert the
Developer of an
update
If issue is in status
“Escalate to
Development”
When any comment is
added
JSD <3 JSW / KEEP ON TOP OF SUPPORT SLA
Then leave an alert the
Developer
If issue is in status
“Escalate to
Development”
When the SLA is
about to breach
EXTERNAL CUSTOMER SERVICE / REQUEST LIFECYCLE
Create Triage Progress Resolve
JSD <3 JSW / RESOLVE ALL THE THINGS
JSD <3 JSW / RESOLVE ALL THE THINGS
Then close linked
tickets with a
comment “Software
bug solved in the
latest version”
If it’s the software bug
that caused different
service tickets
When an issue is
transitioned
Agenda
External Customer Service
Jira Software ❤ Jira Service Desk
Internal IT Teams
Webhooks
INTERNAL IT / TEAM STRUCTURE
INTERNAL IT / TEAM STRUCTURE
INTERNAL IT / REQUEST LIFECYCLE
Creation Triage Progress Resolution
INTERNAL IT / KNOWLEDGE BASE DEFLECTION
“Can’t configure Duo! Send help”
INTERNAL IT / KNOWLEDGE BASE DEFLECTION
Then comment back
with a KB link
If summary contains
“duo”
When an issue is
created
INTERNAL IT / KNOWLEDGE BASE DEFLECTION
20%
of 2FA related requests deflected
INTERNAL IT / REQUEST LIFECYCLE
Creation Triage Progress Resolution
INTERNAL IT / TRIAGE
Priority Setting Incident Notification
INTERNAL IT / AUTOMATIC PRIORITY SETTING
URGENT
“I will need a new laptop in 6 months!!”
INTERNAL IT / AUTOMATIC PRIORITY SETTING
INTERNAL IT / AUTOMATIC PRIORITY SETTING
Then set priority to
Critical
If outage = yes and
product = jira
When an issue is
created
INTERNAL IT / AUTOMATIC PRIORITY SETTING
Then notify 

PagerDuty
If status = triaged and
priority = Critical
When an issue
changes status
INTERNAL IT / REQUEST LIFECYCLE
Creation Triage Progress Resolution
INTERNAL IT / IN PROGRESS
Automatic

Approval
Providing ContextCustom Shortcuts
INTERNAL IT / CUSTOM SHORTCUTS
“Two things we all hate: 

Repetition, and repetition.”
INTERNAL IT / CUSTOM SHORTCUTS
Then comment back
with a KB link
If comment is internal
and contains
“:kb_duo:”
When a comment is
added
INTERNAL IT / AUTOMATIC APPROVAL
INTERNAL IT / AUTOMATIC APPROVAL
“Please provision a new EC2 instance.”
INTERNAL IT / AUTOMATIC APPROVAL
- When an approval is required
- Then automatically approve
INTERNAL IT / AUTOMATIC APPROVAL
Then auto-approve
request
If request-type =
“Provision” and size =
“Small”
When an approval is
required
INTERNAL IT / AUTOMATIC APPROVAL
Then auto-approve
request
If request-type =
“Leave Request” and
Days = “1”
When an approval is
required
INTERNAL IT / PROVIDING CONTEXT
INTERNAL IT / PROVIDING CONTEXT
Approver Context Employee Context
INTERNAL IT / PROVIDING CONTEXT
Approver Context Employee Context
INTERNAL IT / APPROVER CONTEXT
Then leave a comment
with approval
guidelines
If request-type =
“Hardware Request”
When an approval is
required
INTERNAL IT / EMPLOYEE ASSET CONTEXT
Then link all asset
tickets
If status = “In
progress” and Request
type = “IT Help”
When an approval is
required
INTERNAL IT / REQUEST LIFECYCLE
Creation Triage Progress Resolution
INTERNAL IT / RESOLUTION
RESOLVED
“Hang on, I still can’t seem to log-in!”
RESOLVED CLOSED
INTERNAL IT / RESOLUTION
INTERNAL IT / REOPEN REQUEST WITH COMMENT
Then transition to In-
Progress
If status = Resolved
and comment was the
primary action
When a ticket is
commented on
Agenda
External Customer Service
Jira Software ❤ Jira Service Desk
Internal IT Teams
Webhooks
https://giphy.com/gifs/kristen-bell-finger-guns-you-got-this-vMAjWyzyAJ2HS
What are webhooks?
A Then action, which fires a POST
request to a particular URL.
Stock printing image
WEBHOOKS / INGREDIENTS
WEBHOOKS / INGREDIENTS
Web Server
To process an action, e.g.
send an SMS
Automation Rule
To trigger the webhook
WEBHOOKS / INGREDIENTS
Web Server
To process an action, e.g.
send an SMS
Automation Rule
To trigger the webhook
WEBHOOKS / WEB SERVER
{
"issue" : {
"id": "18001",
"self": "https://mycompany.atlassian.net/rest/api/2/issue/18001",
"key": "IT-4",
"fields": {
"summary" : "I cannot get my second screen to work",
"description" : "Have tried multiple ports, cables, but no luck",
"status" : {
"name" : "Waiting for Support",
...
},
"reporter" : {
"name" : "jsmith",
...
},
...
}
},
"timestamp" : 1462941258113 // UTC time when webhook was fired
Hmmmm…
Can I customise the payload or the config?
Incident response team
A SEV1 incident was just raised: {$issue.url}
CUSTOM THEN ACTIONS
WEBHOOKS / INGREDIENTS
Web Server
To process an action, e.g.
send an SMS
Automation Rule
To trigger the webhook
WEBHOOKS / INGREDIENTS
Web Server
To process an action, e.g.
send an SMS
Automation Rule
To trigger the webhook
WEBHOOKS / INGREDIENTS
Web Server
To process an action, e.g.
send an SMS
Automation Rule
To trigger the webhook
WEBHOOKS / INGREDIENTS
Dialog HTML
To customise the “THEN”
dialog inside Service Desk
Web Server
To process an action, e.g.
send an SMS
Automation Rule
To trigger the webhook
ATLASSIAN CONNECT / CUSTOM THEN ACTIONS
/config-sms.html
Incident response
A SEV1 incident was just raised:
"modules": {
...,
"automationActions": [
{
"key": "send-sms-automation-action",
"name": { "value": "Send an SMS" },
"webhook": {
"url": "/send-sms"
},
"configForm": {
"url": "/config-sms.html"
}
}
],
...
}
"modules": {
...,
"automationActions": [
{
"key": "send-sms-automation-action",
"name": { "value": "Send an SMS" },
"webhook": {
"url": "/send-sms"
},
"configForm": {
"url": "/config-sms.html"
}
}
],
...
}
"modules": {
...,
"automationActions": [
{
"key": "send-sms-automation-action",
"name": { "value": "Send an SMS" },
"webhook": {
"url": "/send-sms"
},
"configForm": {
"url": "/config-sms.html"
}
}
],
...
}
"modules": {
...,
"automationActions": [
{
"key": "send-sms-automation-action",
"name": { "value": "Send an SMS" },
"webhook": {
"url": "/send-sms"
},
"configForm": {
"url": "/config-sms.html"
}
}
],
...
}
ATLASSIAN CONNECT / CUSTOM THEN ACTIONS
Then SMS 

+61 437 978 377 with 

“A SEV1 ….”
If priority = “urgent”
When an issue is
created
{
"timestamp": 1461049397396,
"issue": {
"key" : "FB-123",
"fields" : {
"summary" : "Your flight is delayed",
"description" : "Please contact our customer support",
...
} ,
...
},
"action": {
"configuration": {
"number" : "+61 437 978 377",
"body" : "A SEV1 incident just came in"
}
}
}
{
"timestamp": 1461049397396,
"issue": {
"key" : "FB-123",
"fields" : {
"summary" : "Your flight is delayed",
"description" : "Please contact our customer support",
...
} ,
...
},
"action": {
"configuration": {
"number" : "+61 437 978 377",
"body" : "A SEV1 incident just came in"
}
}
}
VoilĂ !
SMS received!
CONTEXT
Jira Service Desk:
APIs Unleashed
Shihab Hamid
Principal Product Manager,
Atlassian
AVAILABLE ON YOUTUBE
ATLASSIAN CONNECT / CUSTOM THEN ACTIONS
developer.atlassian.com
Wrapping up
Go build something amazing!
Build something cool!
PATRICK TEEN | DEVELOPER | ATLASSIAN
AMOGH SARDA | PRODUCT MANAGER | ATLASSIAN
Build something cool!
PATRICK TEEN | DEVELOPER | ATLASSIAN
AMOGH SARDA | PRODUCT MANAGER | ATLASSIAN
http://themetapicture.com/media/funny-party-rock-hat.jpg
Seriously, build something
cool. Don’t miss out!
PATRICK TEEN | DEVELOPER | ATLASSIAN
AMOGH SARDA | PRODUCT MANAGER | ATLASSIAN

More Related Content

What's hot

How Trade Desk Built a Connected Team of 100+ Service Agents
How Trade Desk Built a Connected Team of 100+ Service AgentsHow Trade Desk Built a Connected Team of 100+ Service Agents
How Trade Desk Built a Connected Team of 100+ Service AgentsAtlassian
 
A Product Manager and a Designer Walk into a Bar
A Product Manager and a Designer Walk into a BarA Product Manager and a Designer Walk into a Bar
A Product Manager and a Designer Walk into a BarAtlassian
 
Escape from Flatland: Making Your Project 3-Dimensional in Jira Software
Escape from Flatland: Making Your Project 3-Dimensional in Jira SoftwareEscape from Flatland: Making Your Project 3-Dimensional in Jira Software
Escape from Flatland: Making Your Project 3-Dimensional in Jira SoftwareAtlassian
 
Scaling Agile with Portfolio for Jira
Scaling Agile with Portfolio for JiraScaling Agile with Portfolio for Jira
Scaling Agile with Portfolio for JiraAtlassian
 
Merging and Migrating: Data Portability from the Trenches
Merging and Migrating: Data Portability from the TrenchesMerging and Migrating: Data Portability from the Trenches
Merging and Migrating: Data Portability from the TrenchesAtlassian
 
Triad Magic: How Product, Design, and Engineering Work Better Together
Triad Magic: How Product, Design, and Engineering Work Better TogetherTriad Magic: How Product, Design, and Engineering Work Better Together
Triad Magic: How Product, Design, and Engineering Work Better TogetherAtlassian
 
Are you Ready to Rumble? Let's Migrate Some Jira Data
Are you Ready to Rumble? Let's Migrate Some Jira DataAre you Ready to Rumble? Let's Migrate Some Jira Data
Are you Ready to Rumble? Let's Migrate Some Jira DataAtlassian
 
Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...
Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...
Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...Atlassian
 
Don't be Left Out: Tips for Working in a Remote Team
Don't be Left Out: Tips for Working in a Remote TeamDon't be Left Out: Tips for Working in a Remote Team
Don't be Left Out: Tips for Working in a Remote TeamAtlassian
 
How Atlassian Manages Risk and Compliance with Jira Software and Confluence
How Atlassian Manages Risk and Compliance with Jira Software and ConfluenceHow Atlassian Manages Risk and Compliance with Jira Software and Confluence
How Atlassian Manages Risk and Compliance with Jira Software and ConfluenceAtlassian
 
Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...
Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...
Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...Atlassian
 
Trello for Enterprise
Trello for EnterpriseTrello for Enterprise
Trello for EnterpriseAtlassian
 
Upgrades and Admin at Scale: How to Become a Jira Admin Champion
Upgrades and Admin at Scale: How to Become a Jira Admin ChampionUpgrades and Admin at Scale: How to Become a Jira Admin Champion
Upgrades and Admin at Scale: How to Become a Jira Admin ChampionAtlassian
 
From Feedback to Features - Building the New Jira Experience
From Feedback to Features - Building the New Jira ExperienceFrom Feedback to Features - Building the New Jira Experience
From Feedback to Features - Building the New Jira ExperienceAtlassian
 
Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...
Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...
Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...Atlassian
 
WeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our CultureWeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our CultureAtlassian
 
How Atlassian Broke Down the Walls Between Support & Development
How Atlassian Broke Down the Walls Between Support & DevelopmentHow Atlassian Broke Down the Walls Between Support & Development
How Atlassian Broke Down the Walls Between Support & DevelopmentAtlassian
 
How Product Managers Thrive in a DevOps World
How Product Managers Thrive in a DevOps WorldHow Product Managers Thrive in a DevOps World
How Product Managers Thrive in a DevOps WorldAtlassian
 
How to Power Continuous Deployment at Any Scale with Atlassian
 How to Power Continuous Deployment at Any Scale with Atlassian How to Power Continuous Deployment at Any Scale with Atlassian
How to Power Continuous Deployment at Any Scale with AtlassianAtlassian
 
Going Beyond JIRA Service Desk: Use Cases in Action
Going Beyond JIRA Service Desk: Use Cases in ActionGoing Beyond JIRA Service Desk: Use Cases in Action
Going Beyond JIRA Service Desk: Use Cases in ActionACA IT-Solutions
 

What's hot (20)

How Trade Desk Built a Connected Team of 100+ Service Agents
How Trade Desk Built a Connected Team of 100+ Service AgentsHow Trade Desk Built a Connected Team of 100+ Service Agents
How Trade Desk Built a Connected Team of 100+ Service Agents
 
A Product Manager and a Designer Walk into a Bar
A Product Manager and a Designer Walk into a BarA Product Manager and a Designer Walk into a Bar
A Product Manager and a Designer Walk into a Bar
 
Escape from Flatland: Making Your Project 3-Dimensional in Jira Software
Escape from Flatland: Making Your Project 3-Dimensional in Jira SoftwareEscape from Flatland: Making Your Project 3-Dimensional in Jira Software
Escape from Flatland: Making Your Project 3-Dimensional in Jira Software
 
Scaling Agile with Portfolio for Jira
Scaling Agile with Portfolio for JiraScaling Agile with Portfolio for Jira
Scaling Agile with Portfolio for Jira
 
Merging and Migrating: Data Portability from the Trenches
Merging and Migrating: Data Portability from the TrenchesMerging and Migrating: Data Portability from the Trenches
Merging and Migrating: Data Portability from the Trenches
 
Triad Magic: How Product, Design, and Engineering Work Better Together
Triad Magic: How Product, Design, and Engineering Work Better TogetherTriad Magic: How Product, Design, and Engineering Work Better Together
Triad Magic: How Product, Design, and Engineering Work Better Together
 
Are you Ready to Rumble? Let's Migrate Some Jira Data
Are you Ready to Rumble? Let's Migrate Some Jira DataAre you Ready to Rumble? Let's Migrate Some Jira Data
Are you Ready to Rumble? Let's Migrate Some Jira Data
 
Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...
Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...
Focus, Governance, and Innovation: How LinkedIn Scaled to 3M Jira Issues and ...
 
Don't be Left Out: Tips for Working in a Remote Team
Don't be Left Out: Tips for Working in a Remote TeamDon't be Left Out: Tips for Working in a Remote Team
Don't be Left Out: Tips for Working in a Remote Team
 
How Atlassian Manages Risk and Compliance with Jira Software and Confluence
How Atlassian Manages Risk and Compliance with Jira Software and ConfluenceHow Atlassian Manages Risk and Compliance with Jira Software and Confluence
How Atlassian Manages Risk and Compliance with Jira Software and Confluence
 
Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...
Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...
Building a Successful Service Culture: How Airbnb Elevates with Jira Service ...
 
Trello for Enterprise
Trello for EnterpriseTrello for Enterprise
Trello for Enterprise
 
Upgrades and Admin at Scale: How to Become a Jira Admin Champion
Upgrades and Admin at Scale: How to Become a Jira Admin ChampionUpgrades and Admin at Scale: How to Become a Jira Admin Champion
Upgrades and Admin at Scale: How to Become a Jira Admin Champion
 
From Feedback to Features - Building the New Jira Experience
From Feedback to Features - Building the New Jira ExperienceFrom Feedback to Features - Building the New Jira Experience
From Feedback to Features - Building the New Jira Experience
 
Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...
Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...
Atlassian Marketplace - Work Smarter and Faster with Add-ons for JIRA, Conflu...
 
WeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our CultureWeWork Connect: Shaping Confluence to Reflect Our Culture
WeWork Connect: Shaping Confluence to Reflect Our Culture
 
How Atlassian Broke Down the Walls Between Support & Development
How Atlassian Broke Down the Walls Between Support & DevelopmentHow Atlassian Broke Down the Walls Between Support & Development
How Atlassian Broke Down the Walls Between Support & Development
 
How Product Managers Thrive in a DevOps World
How Product Managers Thrive in a DevOps WorldHow Product Managers Thrive in a DevOps World
How Product Managers Thrive in a DevOps World
 
How to Power Continuous Deployment at Any Scale with Atlassian
 How to Power Continuous Deployment at Any Scale with Atlassian How to Power Continuous Deployment at Any Scale with Atlassian
How to Power Continuous Deployment at Any Scale with Atlassian
 
Going Beyond JIRA Service Desk: Use Cases in Action
Going Beyond JIRA Service Desk: Use Cases in ActionGoing Beyond JIRA Service Desk: Use Cases in Action
Going Beyond JIRA Service Desk: Use Cases in Action
 

Similar to Deep Dive Into Automation: Scaling Jira Service Desk

What Is Good Performance Isqlug Jan 2010
What Is Good Performance Isqlug Jan 2010What Is Good Performance Isqlug Jan 2010
What Is Good Performance Isqlug Jan 2010sqlserver.co.il
 
Engineering Velocity @indeed eng presented on Sept 24 2014 at Beyond Agile
Engineering Velocity @indeed eng presented on Sept 24 2014 at Beyond AgileEngineering Velocity @indeed eng presented on Sept 24 2014 at Beyond Agile
Engineering Velocity @indeed eng presented on Sept 24 2014 at Beyond AgileKenAtIndeed
 
AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...
AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...
AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...Paul Withers
 
Dit yvol2iss35
Dit yvol2iss35Dit yvol2iss35
Dit yvol2iss35Rick Lemieux
 
An Exploration of Cross-product App Experiences
An Exploration of Cross-product App ExperiencesAn Exploration of Cross-product App Experiences
An Exploration of Cross-product App ExperiencesAtlassian
 
Horseshoes, Hand Grenades, and Agile - Where CLOSE Counts
Horseshoes, Hand Grenades, and Agile - Where CLOSE CountsHorseshoes, Hand Grenades, and Agile - Where CLOSE Counts
Horseshoes, Hand Grenades, and Agile - Where CLOSE CountsScott Pringle
 
Malarvizhi D
Malarvizhi DMalarvizhi D
Malarvizhi DMalar Wipro
 
How to explain DevOps to your mom
How to explain DevOps to your momHow to explain DevOps to your mom
How to explain DevOps to your momAndreas Grabner
 
DevOps Days Toronto: From 6 Months Waterfall to 1 hour Code Deploys
DevOps Days Toronto: From 6 Months Waterfall to 1 hour Code DeploysDevOps Days Toronto: From 6 Months Waterfall to 1 hour Code Deploys
DevOps Days Toronto: From 6 Months Waterfall to 1 hour Code DeploysAndreas Grabner
 
QUES#19 Automation and Quality 2022.pdf
QUES#19 Automation and Quality 2022.pdfQUES#19 Automation and Quality 2022.pdf
QUES#19 Automation and Quality 2022.pdfsonalsingh547884
 
IWMW 2009: Lightweight Web Management
IWMW 2009: Lightweight Web ManagementIWMW 2009: Lightweight Web Management
IWMW 2009: Lightweight Web ManagementIWMW
 
Double Loop: TDD & BDD Done Right!
Double Loop: TDD & BDD Done Right!Double Loop: TDD & BDD Done Right!
Double Loop: TDD & BDD Done Right!Jessica Mauerhan
 
Incident management with jira
Incident management with jiraIncident management with jira
Incident management with jiraJyaasa Technologies
 
High availability in IT: AAAARGH
High availability in IT: AAAARGHHigh availability in IT: AAAARGH
High availability in IT: AAAARGHMattias Geniar
 
How to fix a bug in production - Rollout.io
How to fix a bug in production - Rollout.ioHow to fix a bug in production - Rollout.io
How to fix a bug in production - Rollout.ioRollout.io
 
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...Nordic APIs
 
Peter Ward: The True Power of SharePoint Designer Workflows
Peter Ward: The True Power of SharePoint Designer WorkflowsPeter Ward: The True Power of SharePoint Designer Workflows
Peter Ward: The True Power of SharePoint Designer WorkflowsSharePoint Saturday NY
 

Similar to Deep Dive Into Automation: Scaling Jira Service Desk (20)

Double Loop
Double LoopDouble Loop
Double Loop
 
What Is Good Performance Isqlug Jan 2010
What Is Good Performance Isqlug Jan 2010What Is Good Performance Isqlug Jan 2010
What Is Good Performance Isqlug Jan 2010
 
Engineering Velocity @indeed eng presented on Sept 24 2014 at Beyond Agile
Engineering Velocity @indeed eng presented on Sept 24 2014 at Beyond AgileEngineering Velocity @indeed eng presented on Sept 24 2014 at Beyond Agile
Engineering Velocity @indeed eng presented on Sept 24 2014 at Beyond Agile
 
AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...
AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...
AD1279 "Marty, You're Not Thinking Fourth Dimensionally" - Troubleshooting XP...
 
Dit yvol2iss35
Dit yvol2iss35Dit yvol2iss35
Dit yvol2iss35
 
An Exploration of Cross-product App Experiences
An Exploration of Cross-product App ExperiencesAn Exploration of Cross-product App Experiences
An Exploration of Cross-product App Experiences
 
Jira 101
Jira 101Jira 101
Jira 101
 
Jenniffer
JennifferJenniffer
Jenniffer
 
Horseshoes, Hand Grenades, and Agile - Where CLOSE Counts
Horseshoes, Hand Grenades, and Agile - Where CLOSE CountsHorseshoes, Hand Grenades, and Agile - Where CLOSE Counts
Horseshoes, Hand Grenades, and Agile - Where CLOSE Counts
 
Malarvizhi D
Malarvizhi DMalarvizhi D
Malarvizhi D
 
How to explain DevOps to your mom
How to explain DevOps to your momHow to explain DevOps to your mom
How to explain DevOps to your mom
 
DevOps Days Toronto: From 6 Months Waterfall to 1 hour Code Deploys
DevOps Days Toronto: From 6 Months Waterfall to 1 hour Code DeploysDevOps Days Toronto: From 6 Months Waterfall to 1 hour Code Deploys
DevOps Days Toronto: From 6 Months Waterfall to 1 hour Code Deploys
 
QUES#19 Automation and Quality 2022.pdf
QUES#19 Automation and Quality 2022.pdfQUES#19 Automation and Quality 2022.pdf
QUES#19 Automation and Quality 2022.pdf
 
IWMW 2009: Lightweight Web Management
IWMW 2009: Lightweight Web ManagementIWMW 2009: Lightweight Web Management
IWMW 2009: Lightweight Web Management
 
Double Loop: TDD & BDD Done Right!
Double Loop: TDD & BDD Done Right!Double Loop: TDD & BDD Done Right!
Double Loop: TDD & BDD Done Right!
 
Incident management with jira
Incident management with jiraIncident management with jira
Incident management with jira
 
High availability in IT: AAAARGH
High availability in IT: AAAARGHHigh availability in IT: AAAARGH
High availability in IT: AAAARGH
 
How to fix a bug in production - Rollout.io
How to fix a bug in production - Rollout.ioHow to fix a bug in production - Rollout.io
How to fix a bug in production - Rollout.io
 
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
How I Built Bill, the AI-Powered Chatbot That Reads Our Docs for Fun , by Tod...
 
Peter Ward: The True Power of SharePoint Designer Workflows
Peter Ward: The True Power of SharePoint Designer WorkflowsPeter Ward: The True Power of SharePoint Designer Workflows
Peter Ward: The True Power of SharePoint Designer Workflows
 

More from Atlassian

International Women's Day 2020
International Women's Day 2020International Women's Day 2020
International Women's Day 2020Atlassian
 
10 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 202010 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 2020Atlassian
 
Forge App Showcase
Forge App ShowcaseForge App Showcase
Forge App ShowcaseAtlassian
 
Let's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UILet's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UIAtlassian
 
Meet the Forge Runtime
Meet the Forge RuntimeMeet the Forge Runtime
Meet the Forge RuntimeAtlassian
 
Forge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceForge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceAtlassian
 
Take Action with Forge Triggers
Take Action with Forge TriggersTake Action with Forge Triggers
Take Action with Forge TriggersAtlassian
 
Observability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeObservability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeAtlassian
 
Trusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelTrusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelAtlassian
 
Designing Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemDesigning Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemAtlassian
 
Forge: Under the Hood
Forge: Under the HoodForge: Under the Hood
Forge: Under the HoodAtlassian
 
Access to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAccess to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAtlassian
 
Design Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginDesign Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginAtlassian
 
Tear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingTear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingAtlassian
 
Nailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterNailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterAtlassian
 
Building Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindBuilding Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindAtlassian
 
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Atlassian
 
Beyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsBeyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsAtlassian
 
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamThe Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamAtlassian
 
Building Apps With Enterprise in Mind
Building Apps With Enterprise in MindBuilding Apps With Enterprise in Mind
Building Apps With Enterprise in MindAtlassian
 

More from Atlassian (20)

International Women's Day 2020
International Women's Day 2020International Women's Day 2020
International Women's Day 2020
 
10 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 202010 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 2020
 
Forge App Showcase
Forge App ShowcaseForge App Showcase
Forge App Showcase
 
Let's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UILet's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UI
 
Meet the Forge Runtime
Meet the Forge RuntimeMeet the Forge Runtime
Meet the Forge Runtime
 
Forge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceForge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User Experience
 
Take Action with Forge Triggers
Take Action with Forge TriggersTake Action with Forge Triggers
Take Action with Forge Triggers
 
Observability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeObservability and Troubleshooting in Forge
Observability and Troubleshooting in Forge
 
Trusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelTrusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy Model
 
Designing Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemDesigning Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI System
 
Forge: Under the Hood
Forge: Under the HoodForge: Under the Hood
Forge: Under the Hood
 
Access to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAccess to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIs
 
Design Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginDesign Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch Plugin
 
Tear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingTear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the Building
 
Nailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterNailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that Matter
 
Building Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindBuilding Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in Mind
 
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
 
Beyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsBeyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced Teams
 
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamThe Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
 
Building Apps With Enterprise in Mind
Building Apps With Enterprise in MindBuilding Apps With Enterprise in Mind
Building Apps With Enterprise in Mind
 

Recently uploaded

why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto GonzĂĄlez Trastoy
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....ShaimaaMohamedGalal
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 

Recently uploaded (20)

why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 

Deep Dive Into Automation: Scaling Jira Service Desk