DeepSeek for ServiceNow and Jira Service Management: AI Ticket Triage, Knowledge Suggestions, and Escalation

For a broader overview of AI use cases across support operations, see our DeepSeek for IT Service Desks guide, not replacing the platforms that run service operations. In a practical enterprise setup, ServiceNow and Jira Service Management remain the systems of record for tickets, SLAs, approvals, workflows, audit trails, services, configuration items, and reporting. DeepSeek can support the work around those records: classifying tickets, summarizing long incident histories, suggesting knowledge articles, drafting agent responses, and recommending escalation paths.

This matters because IT service desks are under pressure to respond faster without losing control. A well-designed DeepSeek ServiceNow integration or DeepSeek Jira Service Management integration can reduce repetitive triage work, improve consistency, and help agents find the right knowledge faster. A poorly designed integration can expose sensitive data, create unreliable recommendations, or automate the wrong action.

The best approach is governed AI: start with agent assist, use retrieval-augmented generation, validate outputs against approved ITSM values, and keep humans in control of high-risk actions.

Executive Summary

DeepSeek can be useful in ServiceNow and Jira Service Management environments when it is deployed as a controlled LLM layer for support ticket classification, AI knowledge suggestions, summaries, and ticket escalation automation. The safest architecture uses an LLM gateway or middleware layer between the ITSM platform and DeepSeek. That layer should redact sensitive data, retrieve approved knowledge, enforce strict JSON output, validate recommendations, log decisions, and route high-risk cases to human agents.

Disclaimer: This article describes custom architecture patterns, not an official certified DeepSeek connector for ServiceNow or Jira Service Management. Always verify vendor documentation, marketplace listings, licensing requirements, data processing terms, and security controls before production deployment.

DeepSeek’s official documentation describes an API format compatible with OpenAI/Anthropic-style usage, as well as JSON Output for structured responses and tool/function calling for external tools. Those capabilities are relevant because ITSM automation usually needs machine-readable fields such as category, subcategory, priority, assignment group, confidence score, and escalation reason.

However, DeepSeek should not be treated as a drop-in replacement for native AI in ServiceNow or Atlassian. ServiceNow already documents Now Assist capabilities for ITSM, including incident triage, incident summarization, resolution notes, and knowledge article generation. Atlassian also documents AI features in Jira Service Management, including AI answers, Rovo Service, request type suggestions, work item summarization, sentiment, and virtual service agent capabilities.

Key Takeaways

  • DeepSeek can support classification, summaries, draft replies, knowledge suggestions, and escalation recommendations.
  • ServiceNow and Jira Service Management should remain the systems of record for tickets, SLAs, workflows, approvals, and audit history.
  • Integration is typically implemented through APIs, webhooks, middleware, custom apps, workflow automation, or an LLM gateway.
  • RAG for ITSM is essential because AI answers should be grounded in approved KB articles, runbooks, service catalog items, and known error records.
  • High-risk actions such as production changes, account privilege updates, incident closure, and security responses should require human approval.
  • Built-in AI may be better for native workflows; DeepSeek may be useful for custom prompts, multi-platform orchestration, external knowledge sources, or cost-sensitive LLM workflows.
  • Security, privacy, data residency, redaction, access control, audit logging, and model evaluation should be treated as essential controls for production ITSM deployments.

What Does DeepSeek for ServiceNow and Jira Service Management Mean?

DeepSeek for ServiceNow and Jira Service Management is an architecture pattern. It connects ITSM ticket data to a model layer that can analyze the request and return structured recommendations.

A simple version looks like this:

User / Alert / Email / Portal / Slack / Teams

ServiceNow Incident or Request
Jira Service Management Work Item or Request

AI Orchestration Layer
- Field extraction
- PII and secret redaction
- Policy checks
- RAG retrieval
- Prompt template selection
- Output validation

DeepSeek API or approved deployment route

Structured JSON recommendation

ITSM workflow
- Show suggestion to agent
- Add internal note
- Recommend KB article
- Suggest assignment group
- Recommend escalation
- Apply low-risk updates only if approved by policy

The ticket source may be a ServiceNow incident, ServiceNow request, Jira Service Management request, JSM work item, monitoring alert, email, chat message, or portal form. The AI orchestration layer extracts only the fields required for the use case. It then removes secrets and unnecessary personal data, retrieves approved knowledge, sends a constrained prompt to DeepSeek, and receives a structured response.

The ITSM platform decides what happens next. In most environments, DeepSeek should recommend. ServiceNow or Jira Service Management should enforce workflow rules, permissions, SLAs, approvals, and audit logging.

Why ITSM Teams Are Considering DeepSeek

Most service desks have the same operational pain points: too many repetitive Tier-1 tickets, inconsistent ticket categories, overloaded queues, fragmented knowledge bases, and slow escalation. AI ticket triage can help, but only when it is grounded in the team’s actual taxonomy, services, runbooks, and escalation rules.

ITSM teams may consider DeepSeek when they need:

  • Custom support ticket classification across multiple platforms.
  • A shared AI layer for both ServiceNow and Jira Service Management.
  • Structured JSON outputs for automation.
  • AI knowledge suggestions based on approved internal content.
  • A ServiceNow Now Assist alternative for specific workflows.
  • An Atlassian Intelligence alternative for custom orchestration.
  • A hybrid model where native AI handles common tasks and DeepSeek handles cross-platform logic.

The important point is that DeepSeek is not the ITSM process owner. It is a model layer. The process owner remains the ITSM workflow.

Core Use Cases

Use CaseServiceNow ExampleJira Service Management ExampleDeepSeek RoleRisk LevelHuman Review Needed?
AI ticket triageClassify a new incident by category and subcategorySuggest request type or work typeAnalyze ticket text and return structured labelsMediumYes for low confidence
Category or request type suggestionRecommend incident category, subcategory, service, or CIRecommend request type and labelsMap language to approved taxonomyMediumYes initially
Priority / impact / urgency recommendationSuggest P1–P5 based on service, impact, and SLARecommend priority using impact and urgencyExplain why priority should changeHighYes
Assignment group / team routingSuggest IAM Support, Network, EUC, or App SupportSuggest queue or resolver teamMatch symptoms to team ownershipMediumYes for new workflows
Knowledge article suggestionsRecommend ServiceNow KB articles or runbooksRecommend Confluence or JSM KB articlesRank approved knowledge sourcesLow to mediumUsually yes
Draft reply / agent assistDraft requester response from ticket contextDraft customer reply or internal noteGenerate editable responseMediumYes
Incident summarySummarize long work notes and commentsSummarize work item detailsCondense context for agentsLowOptional
Escalation recommendationRecommend major incident review or resolver escalationRecommend responder escalation or incident creationDetect risk patterns and escalation triggersHighYes
Similar incident / known problem suggestionSuggest related major incident or known problemSuggest related incident/problem work itemCompare current ticket with prior casesMediumYes
Post-resolution KB draftDraft article from resolved incidentDraft Confluence KB topicConvert resolution into reusable knowledgeMediumYes
Multilingual request normalizationTranslate and normalize non-English ticketsNormalize multilingual portal requestsSummarize in service desk languageMediumYes

AI Ticket Triage Workflow

A robust AI ticket triage workflow should be deterministic around controls and flexible only where language understanding is useful.

The workflow usually starts when a new ticket is created or when a queue receives an update. The orchestration layer extracts fields such as short description, description, comments, affected service, configuration item or asset, request type, current priority, channel, SLA state, requester organization, and recent monitoring alerts.

Before anything is sent to DeepSeek, the integration should redact passwords, API keys, tokens, personal identifiers, confidential attachments, and unnecessary user details. The system should then retrieve approved KB articles, runbooks, service catalog entries, similar incidents, known errors, and escalation rules.

DeepSeek should receive a narrow prompt. The prompt should ask for a strict JSON response and should not allow free-form workflow actions.

Example output:

{
"category": "Identity and Access Management",
"subcategory": "MFA",
"priority_recommendation": "P3",
"assignment_group": "IAM Support",
"confidence": 0.86,
"knowledge_suggestions": [
{
"title": "Reset MFA device for employees",
"reason": "Matches user-reported login verification issue"
}
],
"escalation_recommended": false,
"escalation_reason": null,
"agent_note": "Ask whether the user changed phones recently before resetting MFA."
}

The workflow should validate that category, subcategory, assignment_group, and priority_recommendation exist in approved ServiceNow or Jira Service Management values. If the response contains an invalid group, unsupported request type, missing confidence score, or hallucinated KB article, it should be rejected or routed to manual review.

Low-risk updates may be applied automatically only when confidence is high and the organization has approved that specific action. Examples might include adding a label, creating an internal note, or suggesting a KB article. High-risk actions should remain supervised.

DeepSeek for ServiceNow

A DeepSeek ServiceNow integration can be built in several ways. Common patterns include Flow Designer, IntegrationHub, Outbound REST, Scripted REST APIs, middleware, event-driven queues, or a custom application that talks to an LLM gateway. The key design choice is whether ServiceNow calls the AI layer directly or whether an external orchestration service reads and updates ServiceNow through controlled APIs.

Some ServiceNow integration patterns, including IntegrationHub REST actions and certain Now Assist capabilities, may depend on licensing, platform release, installed applications, user roles, and enabled features.

A practical ServiceNow workflow might look like this:

New incident
→ Redaction
→ Related KB / CI / known problem lookup
→ DeepSeek triage JSON
→ Schema validation
→ Agent review
→ Update category, assignment group, and work notes

ServiceNow already has relevant native AI capabilities. Its documented ITSM triage and categorize workflow can assign categories, subcategories, configuration items, and link incidents to major incidents or known problems when applicable. ServiceNow also documents Now Assist features for incident summaries, resolution notes, and generating knowledge articles from resolved or closed incidents.

That means DeepSeek should not be positioned as a universal replacement for Now Assist. Native ServiceNow AI is usually better when the use case is already supported, the data is fully inside ServiceNow, and the team wants lower integration overhead. DeepSeek may be useful when the team needs custom classification logic, external knowledge sources, multi-platform routing, specialized prompts, long-context summarization, or a centralized LLM gateway spanning ServiceNow and Jira Service Management.

A hybrid approach is often the most realistic. Use ServiceNow-native AI where it is strong and governed. Use DeepSeek where you need custom orchestration that sits outside a single platform.

DeepSeek for Jira Service Management

A DeepSeek Jira Service Management integration can use Jira Service Management REST APIs, automation webhooks, Forge apps, middleware, Confluence knowledge retrieval, and an LLM gateway. Atlassian’s Jira Service Management Cloud REST API is intended for developers and administrators who want to integrate JSM with other applications or automate workflows. Atlassian also documents Forge custom UI apps for Jira Service Management, including apps that display custom UI content on JSM queue pages.

A practical JSM workflow might look like this:

New JSM request
→ Automation webhook or REST event
→ LLM gateway
→ Confluence / JSM KB retrieval
→ DeepSeek structured output
→ Validation
→ Internal comment, request type suggestion, queue suggestion, or escalation recommendation

Atlassian already provides AI features inside Jira Service Management. Its documentation lists capabilities such as AI answers, Rovo agents, AI-generated request types, AI field suggestions, work item summaries, and customer sentiment. Atlassian’s virtual service agent can use AI answers to search linked knowledge base spaces and summarize answers for customer questions. Rovo Service can help with resolution management and uses knowledge from the service space, with Atlassian noting that supervised mode helps teams validate generated plans before assigning work to Rovo.

Availability of Atlassian Intelligence, Rovo, AI Answers, and Virtual Service Agent capabilities may vary by plan, deployment environment, region, licensing, and administrator configuration.

DeepSeek may therefore be most useful in JSM when you need custom routing, multi-system context, specialized prompt workflows, centralized AI governance, or consistent behavior across both Jira Service Management and ServiceNow.

Knowledge Suggestions with RAG

Raw LLM answers are risky in IT service management because the model may produce a plausible but unsupported answer. In ITSM, plausible is not enough. Agents need approved runbooks, policies, known errors, service catalog details, and knowledge articles.

RAG for ITSM should retrieve approved sources before DeepSeek generates a response. Good sources include:

SourceExample
ServiceNow KnowledgePassword reset, VPN troubleshooting, printer setup
Confluence / JSM KBEmployee onboarding, device requests, software access
RunbooksRestart service, clear cache, validate monitoring alert
Known errorsRecurring outage, vendor defect, workaround
Service catalogRequestable services and fulfillment rules
CMDB / assetsAffected CI, service owner, dependency
Incident retrospectivesLessons learned from previous major incidents
Policy documentsAccess rules, security procedures, escalation policy

DeepSeek should be instructed to use only retrieved knowledge. If no approved article exists, the model should return:

{
"knowledge_status": "no_approved_knowledge_found",
"recommended_action": "Route to human agent and consider creating a new KB article."
}

This is also useful for knowledge gap detection. If dozens of similar tickets have no matching KB article, the system can propose a new topic such as “How to reset MFA after changing phones.” A knowledge owner should review, edit, approve, and version the article before publication.

Escalation Recommendations

Escalation is where AI must be especially careful. DeepSeek should recommend escalation, not execute it without controls.

Common escalation signals include:

  • SLA breach risk.
  • Repeated failed resolution attempts.
  • High business impact.
  • Security-sensitive terms.
  • VIP or strategic customer severity.
  • Major incident correlation.
  • Critical affected CI or service.
  • Negative sentiment or frustrated requester.
  • Assignment mismatch.
  • Similar incidents indicating a known problem.
  • Compliance, privacy, or legal language.

A simple escalation rule might be:

Recommend escalation when:
- confidence is below 0.70, or
- priority is P1/P2, or
- the affected service is business-critical, or
- the ticket contains security/compliance language, or
- three or more similar incidents were created in the last 30 minutes, or
- the SLA breach window is below the approved threshold.

The output should explain the reason:

{
"escalation_recommended": true,
"escalation_type": "Major Incident Review",
"confidence": 0.82,
"reason": "Five similar incidents reference the same payment API within 20 minutes, and the affected CI is mapped to a critical business service.",
"human_review_required": true
}

The authorized ITSM workflow or human resolver should decide whether to page responders, create a major incident, notify stakeholders, or escalate to a specialist team.

Reference Architecture

LayerComponents
ChannelsPortal, email, Slack, Microsoft Teams, monitoring alerts, phone notes
Systems of recordServiceNow, Jira Service Management
AI orchestrationWebhook/API handler, redaction, prompt templates, policy engine, validation
KnowledgeServiceNow KB, Confluence, runbooks, CMDB/assets, known errors, service catalog
ModelDeepSeek through API or an approved deployment route
ControlsRBAC, audit logs, approval workflows, prompt injection testing, monitoring, evaluation set
OutputSuggested triage, KB links, draft reply, escalation recommendation, internal notes

DeepSeek’s current API documentation shows an API flow using modern chat completion patterns, and its JSON Output documentation explains how to request valid JSON strings through the response format parameter and prompting requirements. These features make it suitable for returning structured ITSM recommendations, but they do not remove the need for schema validation and workflow controls.

Built-In AI vs DeepSeek vs Hybrid

OptionBest ForProsConsRecommended When
ServiceNow Now Assist / AI AgentsNative ServiceNow ITSM workflowsPlatform-aligned, lower integration burden, native UI, native governanceMay be less flexible for cross-platform orchestrationYour workflow is mostly inside ServiceNow
Atlassian Intelligence / Rovo / Virtual Service AgentNative JSM, portal, KB, and customer-facing AIIntegrated with JSM and knowledge base, easier rolloutMay not cover custom multi-system use casesYour workflow is mostly inside Jira Service Management
DeepSeek custom layerCustom triage, summaries, routing, and RAG across toolsFlexible, structured outputs, can work across ServiceNow and JSMRequires security review, integration work, validation, monitoringYou need custom logic or centralized AI governance
Hybrid architectureEnterprise ITSM teams using both platformsUses native AI where strong and DeepSeek where custom logic is neededMore architecture and governance complexityYou need both platform-native speed and cross-platform consistency

Security, Privacy, and Compliance Checklist

DeepSeek’s privacy policy states that it may collect user input and other personal data, that services are not designed for sensitive personal data, and that personal data may be stored outside the user’s country, including direct collection, processing, and storage in the People’s Republic of China. This makes privacy, legal, and data residency review essential before sending ITSM ticket data to DeepSeek.

Organizations should conduct legal, privacy, procurement, and security reviews before transmitting ticket content containing customer information, employee information, regulated data, or confidential business records.

RiskWhy It MattersControl
PII exposureTickets often contain names, emails, phone numbers, employee IDsRedact or tokenize personal data before model calls
Passwords / API keys / tokensUsers may paste secrets into ticketsSecret scanning and automatic removal
Confidential attachmentsLogs may contain customer or system dataDo not send raw attachments by default
Prompt injectionTicket text may attempt to override instructionsUse system prompts, input isolation, and injection tests
Hallucinated KB answersWrong instructions can worsen incidentsRAG with approved sources and “no approved source found” behavior
Unauthorized workflow updatesAI might recommend actions outside permissionsValidate against RBAC and approved workflow actions
Data residencyPublic model APIs may process data in jurisdictions that require reviewLegal, security, procurement, and DPA review
Model output driftBehavior may change over timeRegression tests and evaluation datasets
Audit gapsUnlogged AI decisions reduce trustStore prompts, retrieved sources, outputs, decisions, and overrides
Over-automationWrong automation can route or close tickets incorrectlyStart with agent assist and require human approval for high-risk actions
Vendor terms / pricing changesExternal AI costs and terms can changeMaintain vendor review and fallback models

Implementation Roadmap

TimelineFocusActions
First 30 daysDesign and governanceChoose one high-volume, low-risk queue. Build an evaluation set. Define approved categories, request types, groups, priorities, and escalation rules. Create redaction policy. Complete security and legal review. Draft prompts and JSON schema.
Days 31–60Agent-assist pilotIntegrate via API or webhook. Add RAG. Show recommendations as internal notes or suggestion cards. Keep human review required. Measure triage accuracy, assignment accuracy, override rate, and agent feedback.
Days 61–90Controlled automationAllow limited automation for high-confidence, low-risk updates. Expand to more queues. Add dashboards. Review escalation outcomes. Document rollback process. Run prompt injection and data leakage tests.

KPIs to Measure

KPIWhat It Shows
Triage accuracyWhether AI category/request type suggestions match expert labels
Assignment accuracyWhether tickets reach the right team
First response timeWhether AI assist speeds up initial response
Mean time to acknowledgeWhether queue handling improves
Mean time to resolutionWhether suggested knowledge and routing reduce resolution time
Reopen rateWhether AI recommendations create poor resolutions
Escalation precisionWhether recommended escalations are truly needed
Agent override rateHow often humans reject AI suggestions
Deflection rateWhether knowledge suggestions reduce ticket creation
CSATWhether customers experience better support
Cost per ticketWhether automation reduces operational cost without quality loss
Knowledge article reuseWhether KB suggestions are useful
Hallucination / error rateWhether the model invents unsupported answers
Security incident countWhether AI handling creates privacy or compliance issues

Common Mistakes

The first mistake is treating DeepSeek as a full ITSM platform. It is not. ServiceNow and Jira Service Management should continue to own the ticket lifecycle, audit trail, approval process, SLA logic, and reporting.

The second mistake is skipping the native AI comparison. If Now Assist or Atlassian Intelligence already solves the use case with acceptable governance, a custom DeepSeek layer may add unnecessary complexity.

The third mistake is sending raw ticket data directly to an external model. Tickets may contain passwords, tokens, customer data, internal hostnames, logs, screenshots, and private HR or security information.

Other common mistakes include skipping RAG, failing to validate outputs against allowed values, automating high-risk actions too early, using no evaluation set, keeping no audit trail, measuring only deflection, and allowing AI to close complex tickets automatically.

Practical Prompt Templates

1. Ticket Triage Prompt

You are assisting an IT service desk agent. Analyze the ticket using only the provided ticket fields and retrieved approved knowledge.

Return strict JSON only.

Rules:
- Do not invent categories, subcategories, services, request types, assignment groups, or KB articles.
- Use only allowed values.
- If confidence is below 0.70, set human_review_required to true.
- Do not recommend production changes, account privilege changes, ticket closure, or security actions without human approval.
- Do not include passwords, tokens, or personal data in the output.

Allowed categories:
{{allowed_categories}}

Allowed assignment groups:
{{allowed_assignment_groups}}

Ticket:
{{redacted_ticket}}

Retrieved knowledge:
{{retrieved_knowledge}}

JSON schema:
{
"category": "",
"subcategory": "",
"priority_recommendation": "",
"assignment_group": "",
"confidence": 0,
"human_review_required": true,
"knowledge_suggestions": [],
"agent_note": ""
}

2. Knowledge Suggestion Prompt

You are helping an ITSM agent find approved knowledge for a support ticket.

Return strict JSON only.

Rules:
- Use only retrieved knowledge sources.
- If no source clearly applies, return "no_approved_knowledge_found".
- Do not write final customer instructions unless the source supports them.
- Include uncertainty when the match is weak.
- Do not expose secrets or personal data.

Ticket:
{{redacted_ticket}}

Retrieved KB/runbooks:
{{retrieved_sources}}

JSON schema:
{
"knowledge_status": "",
"suggestions": [
{
"title": "",
"source_id": "",
"reason": "",
"confidence": 0
}
],
"knowledge_gap_detected": false,
"suggested_new_article_topic": ""
}

3. Escalation Recommendation Prompt

You are assisting an ITSM escalation review. Recommend whether escalation is needed.

Return strict JSON only.

Rules:
- Recommend escalation; do not execute escalation.
- Use only the ticket, SLA data, service criticality, and retrieved incident context.
- Flag security, compliance, major incident, VIP, SLA breach, and critical service risks.
- Require human review for all escalation recommendations.
- Do not invent incident correlations.

Ticket:
{{redacted_ticket}}

SLA and service context:
{{sla_service_context}}

Recent similar incidents:
{{similar_incidents}}

JSON schema:
{
"escalation_recommended": true,
"escalation_type": "",
"reason": "",
"confidence": 0,
"human_review_required": true,
"recommended_next_step": ""
}

FAQ

Can DeepSeek integrate with ServiceNow?

Yes, DeepSeek can be integrated with ServiceNow through custom patterns such as APIs, middleware, Flow Designer, IntegrationHub, Outbound REST, Scripted REST APIs, or an LLM gateway. Treat this as a custom integration unless your vendor and marketplace review confirms an official certified connector.

Can DeepSeek integrate with Jira Service Management?

Yes, DeepSeek can be integrated with Jira Service Management using REST APIs, automation, webhooks, Forge apps, middleware, and Confluence or JSM knowledge retrieval. Atlassian’s REST API and Forge documentation support custom application and automation patterns for JSM.

Is DeepSeek a replacement for ServiceNow Now Assist?

Usually no. ServiceNow Now Assist is native to the ServiceNow platform and already supports ITSM use cases such as incident triage, summaries, resolution notes, and knowledge generation. DeepSeek is better viewed as a custom AI layer for specialized or cross-platform workflows.

Is DeepSeek a replacement for Atlassian Intelligence?

Usually no. Atlassian Intelligence, Rovo, and the virtual service agent are native JSM AI capabilities. DeepSeek may be useful where teams need custom routing, centralized AI governance, or workflows spanning ServiceNow, JSM, monitoring, identity, and external knowledge systems.

What are the safest first use cases?

The safest first use cases are agent-assist workflows: ticket summaries, category suggestions, internal notes, KB recommendations, and escalation recommendations that require human approval. Avoid autonomous closure or production actions in the first phase.

Should DeepSeek automatically close tickets?

No, not for complex or high-risk tickets. Closure should remain controlled by ServiceNow or Jira Service Management workflows and authorized agents. If automation is ever used, start with narrow, low-risk request types and strong audit trails.

What data should not be sent to DeepSeek?

Do not send passwords, tokens, API keys, private keys, confidential attachments, regulated personal data, protected health information, customer secrets, security incident details, or unnecessary PII unless your organization has explicitly approved that processing path.

How do you measure ROI?

Measure ROI through triage accuracy, assignment accuracy, first response time, mean time to acknowledge, mean time to resolution, reopen rate, agent override rate, escalation precision, CSAT, cost per ticket, and security incident count. Do not measure only deflection.

What is the best architecture for DeepSeek in ITSM?

The best architecture is a governed LLM gateway between DeepSeek and the ITSM platforms. It should handle redaction, RAG retrieval, prompt management, schema validation, access control, audit logs, evaluation, and human approval for high-risk actions.

Conclusion

DeepSeek for ServiceNow and Jira Service Management is most valuable as a governed AI layer for ticket triage, AI knowledge suggestions, summaries, draft responses, and escalation recommendations. It should not replace ServiceNow or Jira Service Management as the system of record. The right approach is to start with one high-volume, low-risk queue, use RAG and strict JSON validation, protect sensitive data, compare native AI options, measure outcomes, and expand gradually.

Start with one high-volume, low-risk queue and prove accuracy before moving toward automation.