Update an Issue

Update an issue for a specified GitHub repository.

Syntax

Below is a line-by-line overview of the automation syntax. Expand each line to learn more.

update the issue in {the repository source}

What does it do? Update an issue for a specified GitHub repository.

Where does it go? This is the base syntax for the procedure.

Is it required? ✅ Yes — This phrase is required in the syntax.

Does it require input data? ✅ Yes — This phrase requires a value for the repository source and a reference to a git hub issue for the issue.

Examples

1. Update an issue from a repository

the issue is '{"number": "1", "title": "This is the edited title", "body": "This is the edited body", "state" : "open"}'
update the issue in "kognitos/bdk-api"

Last updated

Was this helpful?