for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Integrations\Connectors\Jira;
use Atlassian\Connectors\Jira\Update as UpdateBase;
class Update extends UpdateBase
{
}