Aborting a Quest
In some situations, an organisation might want to abort a Quest. However, this action is not recommended because if a Quest has already started, the work of some developers may go unrewarded.
To abort a Quest, you must call the abort
command on the Issue where the Quest was initialised. The Issue number #{issue_number}
must be included for added security:
A confirmation message like this will appear in the Issue. Developers who have called embark
on the Quest will be notified:
Note, Quests can also be aborted directly from the admin dashboard using the 'Manage Quest' menu on the appropriate Quest page, or by simply closing the issue on Github.
Click here for common errors with abort
.
Last updated