ActionsDesk / admin-support-issueops-actions

✏️ 🔒 Issue ops template automation that allows someone to become an admin of an organization during a short period of time
https://github.com/services
MIT License
11 stars 9 forks source link

Make ticket number optional #142

Open npalm opened 2 years ago

npalm commented 2 years ago

Is your feature request related to a problem? Please describe.

The ticket in the issue is a mandatory field. But this seems only a valid case when using a third-party ticket system. In case you use GitHub issues this field is overhead. Would be nice if the ticket field can be optional or marked as optional.

Describe the solution you'd like

stebje commented 2 years ago

Thanks for opening the issue @npalm 👍

I agree that the ticket number should be made optional, as it's not a real prerequisite to make the action/cli work (no hard-coded integrations with a ticketing systems such as ServiceNow).

In terms of solution, I think we should implement this in the cli itself. IMO the ticket number should be optional regardless of whether the cli is used via an action or by itself.