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

Make ticket number optional #142

Open
npalm opened this issue Sep 14, 2022 · 1 comment
Open

Make ticket number optional #142

npalm opened this issue Sep 14, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@npalm
Copy link
Contributor

npalm commented Sep 14, 2022

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

  • Option a. Add a action parameter to mark the ticket optonal and do not check or parse the field
  • Option b. Make the ticket optional in the cli
  • Option c. Allow to cli to read the action as action parameter in conjection with the issue body. In that case you can code configure the workflow to set the ticket equal to the issue number.
@stebje stebje self-assigned this Sep 20, 2022
@stebje stebje added the enhancement New feature or request label Sep 20, 2022
@stebje
Copy link
Contributor

stebje commented Sep 20, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants