Overview
HR & Procurement Workflow Automation.
Solve with a purpose, keep it fun and be profitable.
Our vision is to strengthen our customers’ greatest resource—their employees.
Highlights
Available in Atlassian and Workday Marketplace.
SOC2 Type I, Atlassian Cloud Fortified and Workday design approved.
Native integrations to 50+ enterprise apps.
Solutions
Learn how we can deliver a seamless employee experience.
Gain control over suppliers onboarding and monitor ongoing risk controls.
NEW
See how our apps can track and automate procurement workflows.
By Use Cases
Automate and track common tasks in one place.
Reduce manual tasks and unlock cost savings.
Get 360 view of employee assets in one place.
APPS
POPULAR
Seamless onboarding and offboarding workflows for HR & Procurement.
HR systems integration for Jira.
NEW
Integration toolkit to automate workflows.
By Workflows
Configure onboarding tasks based on role, function or location.
Automated access governance for enhanced visibility and control.
Access risk signals about your vendor actions.
By Workflows
Execute time based and condition based actions.
Manage compliance activities and reduce the chance of errors.
Triage and resolve tickets using AI service agents.
Resources
Need help? Open a ticket.
Curated content on best practices and lessons learnt.
Watch demos and use case overviews.
View upcoming webinars and watch past recordings.
Featured Blogs
One of the top requests from our customers is to invoke any web services in Workday. Workday provides a comprehensive Web Services Directory with detailed information on XML input and output structures to call a specific method.
OnLink supports the following methods to enable a seamless integration between Jira Service Management and Workday.
However these use cases were limited to employee onboarding and offboarding tasks. Our customers wanted to update timesheets, supplier related help desk requests, generating invoices for professional services projects etc. This required to have a extensible integration framework where we can invoke any web services in Workday from Jira Service Management.
Good news is we have added that extensible integration framework where OnLink can be used to call any Workday Web Service using the Generic Function process.
Below is a screenshot of what the Post Function configuration looks like.
Select API Name (see this reference for all supported Workday SOAP APIs). Construct the relevant XML body and use variable substitution to populate values from customfields. You can also setup a response field – for e.g. if you want the Requisition ID from a new Requisition that got created, you can configure the API Response Field and Response XML Path properties.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="urn:com.workday/bsvc">
<soapenv:Header/>
<soapenv:Body>
<ws:Get_Requisition_Request>
<ws:Request_References>
<ws:Requisition_Reference>
<ws:ID>{{customfield_requisition_id}}</ws:ID>
</ws:Requisition_Reference>
</ws:Request_References>
</ws:Get_Requisition_Request>
</soapenv:Body>
</soapenv:Envelope>
Use variable substitution (e.g., {{customfield_requisition_id}}
) to dynamically insert values from custom fields.
Best Practices
Before finalizing the integration, test your API calls using tools like Postman or SoapUI. These tools help you validate the XML request body and troubleshoot any issues.
Develop comprehensive error handling routines to capture and log errors effectively, facilitating easier troubleshooting and maintenance.
Regularly monitor the performance of your integrations and optimize as necessary to handle increasing data volumes and ensure scalability.
For detailed steps, refer to documentation. For any assistance with configuring Workday integrations from Jira Service Management, feel free to reach out to our support team at support@onwardb.com.
Related Blogs
APPS
PAGES
Company
Overview
HR & Procurement Workflow Automation.
Solve with a purpose, keep it fun and be profitable.
Our vision is to strengthen our customers’ greatest resource—their employees.
Highlights
Available in Atlassian and Workday Marketplace.
SOC2 Type I, Atlassian Cloud Fortified and Workday design approved.
Native integrations to 50+ enterprise apps.
Solutions
Learn how we can deliver a seamless employee experience.
Gain control over suppliers onboarding and monitor ongoing risk controls.
NEW
See how our apps can track and automate procurement workflows.
By Use Cases
Automate and track common tasks in one place.
Reduce manual tasks and unlock cost savings.
Get 360 view of employee assets in one place.
APPS
POPULAR
Seamless onboarding and offboarding workflows for HR & Procurement.
HR systems integration for Jira.
NEW
Integration toolkit to automate workflows.
By Workflows
Configure onboarding tasks based on role, function or location.
Automated access governance for enhanced visibility and control.
Access risk signals about your vendor actions.
By Workflows
Execute time based and condition based actions.
Manage compliance activities and reduce the chance of errors.
Triage and resolve tickets using AI service agents.
Resources
Need help? Open a ticket.
Curated content on best practices and lessons learnt.
Watch demos and use case overviews.
View upcoming webinars and watch past recordings.
Featured Blogs