Skip to content

GitHub - Update Issue action #3123

@monikakuster

Description

@monikakuster

Implement the Update Issue action for the GitHub component. This action should allow updating the details of an existing issue within a specified repository.

Action properties:

  • repository: the repository where issue is located.
  • issue: issue to update
  • title: the new title of the issue
  • body: the updated description of the issue
  • state: the new state of the issue (open/closed)
  • milestone: The number of the milestone to associate this issue with or use null to remove the current milestone
  • labels: a list of labels to associate with this issue.
  • assignees: a list of usernames to assign this issue

Output:

  • issue - updated issue object

Documentation Reference: https://docs.github.com/en/rest/issues/issues?apiVersion=2022-11-28#update-an-issue

Metadata

Metadata

Labels

backendConcerning any and all backend issuesworkflow-componentNew backend component request

Type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions