You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no trigger when you close a GITHUB ISSUE.
Desired Behavior / Feature Request
Allow the following action:
WHEN any GITHUB ISSUE is closed
DO Move the corresponding CLICK UP ISSUE to status DONE (the correspond should match title or get context from previously created from zapier trigger by create Github Issue)
Current Behavior
There is no trigger when you close a GITHUB ISSUE.
Desired Behavior / Feature Request
Allow the following action:
WHEN any GITHUB ISSUE is closed
DO Move the corresponding CLICK UP ISSUE to status DONE (the correspond should match title or get context from previously created from zapier trigger by create Github Issue)
Github API has support to check if issue is closed or not:
https://docs.github.com/en/rest/using-the-rest-api/issue-event-types?apiVersion=2022-11-28#closed
The text was updated successfully, but these errors were encountered: