Hi
I had tried to close an issue using WorkflowTransitionAsync like
await.issue.WorkflowTransitionAsync(WorkflowActions.Close)
Where WorkflowActions.Close returns string Close Issue.
But this throws an exception says "Close issue not found".
Please help me to fix this issue.