Skip to content

New fields for Issues to show the issue type when receiving a webhook #3450

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

Closed
cpanato opened this issue Jan 23, 2025 · 1 comment · Fixed by #3451
Closed

New fields for Issues to show the issue type when receiving a webhook #3450

cpanato opened this issue Jan 23, 2025 · 1 comment · Fixed by #3451
Assignees

Comments

@cpanato
Copy link
Contributor

cpanato commented Jan 23, 2025

GH launch a new feature for Issues that you can define the type of issue

And I saw that is coming in the webhook when receiving an issue event

The new ones I saw was

"type": {
      "id": 23276548,
      "node_id": "dddd",
      "name": "ISsueTYPE",
      "description": "sssss.",
      "color": "blue",
      "created_at": "2024-08-20T17:44:31Z",
      "updated_at": "2024-08-21T18:14:32Z"
    },
    "sub_issues_summary": {
      "total": 0,
      "completed": 0,
      "percent_completed": 0
    },

Should we add those to the issue?
cc @gmlewis

thanks

@gmlewis
Copy link
Collaborator

gmlewis commented Jan 23, 2025

Thank you, @cpanato !
Sounds good to me.

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

Successfully merging a pull request may close this issue.

2 participants