apiVersion: v3
kind: service
metadata:
  name: lambda-offboarding-automation-jira-cli
  description: Lambda function that allows query offboarding ticket on the support board in Jira and extract email, full name and last working day of the offboarded user. This is used in the offboarding automation pipeline to feed user information to other steps in the pipeline.
  owner: devops
  tags:
    - application_family:devops
    - public:false
    - terraformed:true
    - language:python
    - runtime:python3.14
    - integration:eventbridge
    - integration:step-functions
spec:
  type: function
  links:
    - url: https://pipeline.theorchard.io/job/python-offboarding-automation/
      title: Jenkins Pipeline
      icon: jenkins
    - url: https://github.com/theorchard/python-offboarding-automation/tree/main/lambda/jira_cli
      title: Source Code
      icon: github

