Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New module: service_catalog: checkout cart, order_now items from service catalog #356

Merged
merged 6 commits into from May 23, 2024

Conversation

tupyy
Copy link
Contributor

@tupyy tupyy commented Apr 29, 2024

SUMMARY

This PR adds a module to checkout cart or order items from service catalog

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

service_catalog

ADDITIONAL INFORMATION
  - name: Create new mail
      servicenow.itsm.service_catalog:
        action: order_now
        items:
          - sys_id: "{{ result.records[0].sn_items[0].sys_id }}"
            requested_for: abraham.lincoln
            variables:
              new_email: test@example.com

@tupyy tupyy changed the title New module: service_catalog: checkout cart, order_now items from service catalog [DRAFT] New module: service_catalog: checkout cart, order_now items from service catalog Apr 29, 2024
@tupyy
Copy link
Contributor Author

tupyy commented Apr 29, 2024

@mhjacks This PR is on top of the #342 so I'll find files from #342 in this one.
Once #342 is merged I'll rebase it

@tupyy tupyy requested review from Akasurde and mhjacks April 29, 2024 11:42
Copy link

Copy link

Copy link

Copy link

@tupyy tupyy changed the title [DRAFT] New module: service_catalog: checkout cart, order_now items from service catalog New module: service_catalog: checkout cart, order_now items from service catalog May 21, 2024
Copy link

Copy link

Copy link

plugins/module_utils/service_catalog.py Outdated Show resolved Hide resolved
plugins/module_utils/service_catalog.py Outdated Show resolved Hide resolved
Copy link

@mhjacks mhjacks merged commit 2f9cf54 into ansible-collections:main May 23, 2024
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants