bcac-jira.updates.webapps.beltrancompany.com
Open in
urlscan Pro
209.97.188.228
Public Scan
URL:
https://bcac-jira.updates.webapps.beltrancompany.com/
Submission: On August 31 via api from US — Scanned from GB
Submission: On August 31 via api from US — Scanned from GB
Form analysis
3 forms found in the DOMPOST #
<form class="space-y-2" action="#" method="POST">
<div>
<div class="mx-auto flex items-center justify-center">
<img class="h-12 flex w-12 mr-2 text-green-600" src="/login.png">
<h3 class="text-lg flex-1 text-left leading-6 font-bold text-gray-900" id="modal-headline"> Join Now <div class="text-sm font-light text-gray-500">Vote, comment & share new suggestions</div>
</h3>
</div>
<div class="mt-3 sm:mt-5 ">
<div class="mt-2 space-y-2">
<div>
<label for="email" class="block text-sm font-medium text-gray-700"> Full Name </label>
<div class="mt-1">
<input wire:model="name" id="name" name="name" type="text" autocomplete="email" required=""
class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
</div>
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700"> Email </label>
<div class="mt-1">
<input id="email" wire:model="email" name="email" type="email" autocomplete="email" required=""
class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
</div>
</div>
<div>
<label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
<div class="mt-1">
<input id="password" wire:model="password" name="password" type="password" autocomplete="current-password" required=""
class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
</div>
</div>
</div>
</div>
</div>
<div class="mt-5 sm:mt-6">
<button type="button" wire:click="submit()"
class="inline-flex mt-2 justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 bg-indigo-600 text-base font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:text-sm">
Join Now </button>
</div>
</form>
POST #
<form class="space-y-2" action="#" method="POST">
<div>
<div class="">
<div class="mx-auto mb-4 flex items-center justify-center">
<img class="h-12 flex w-12 mr-2 text-green-600" src="/login.png">
<h3 class="text-lg flex-1 text-left leading-6 font-bold text-gray-900" id="modal-headline"> Login <div class="text-sm font-light text-gray-500">Login to your suggestions account</div>
</h3>
</div>
<div class="mt-2 space-y-2">
<div>
<label for="email" class="block text-sm font-medium text-gray-700"> Email </label>
<div class="mt-1">
<input id="email" wire:model.lazy="login_email" name="email" type="email" autocomplete="email" required=""
class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
</div>
</div>
<div>
<label for="password" class="block text-sm font-medium text-gray-700"> Password </label>
<div class="mt-1">
<input id="password" wire:model.lazy="login_password" name="password" type="password" autocomplete="current-password" required=""
class="appearance-none block w-full px-3 py-2 border border-gray-300 rounded-md shadow-sm placeholder-gray-400 focus:outline-none focus:ring-indigo-500 focus:border-indigo-500 sm:text-sm">
</div>
</div>
</div>
</div>
</div>
<div class="mt-5 sm:mt-6">
<button type="button" wire:click="login()"
class="inline-flex mt-2 justify-center w-full rounded-md border border-transparent shadow-sm px-4 py-2 bg-indigo-600 text-base font-medium text-white hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 sm:text-sm">
Login </button>
</div>
</form>
<form class="sm:flex " wire:submit.prevent="submit">
<div class=" mx-auto mb-0 my-0 w-full ">
<div>
<div class="flex rounded-md shadow-sm">
<div class="relative flex items-stretch flex-grow focus-within:z-10">
<div class="absolute inset-y-0 left-0 pl-3 flex items-center pointer-events-none">
<!-- Heroicon name: solid/users -->
<svg class="h-5 w-5 text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true">
<path d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z"></path>
</svg>
</div>
<input type="text" name="email" wire:model="email" id="email" class="focus:ring-indigo-500 focus:border-indigo-500 block w-full rounded-none rounded-l-md pl-10 sm:text-sm border-gray-300" placeholder="you@emailaddress.com">
</div>
<button
class="-ml-px relative inline-flex items-center space-x-2 px-4 py-2 border border-gray-300 text-sm font-medium rounded-r-md text-gray-700 bg-white hover:bg-gray-100 focus:outline-none focus:ring-1 focus:ring-indigo-500 focus:border-indigo-500">
<!-- Heroicon name: solid/sort-ascending -->
<i class="far fa-envelope-open mr-2" aria-hidden="true"></i>
<span> Subscribe to email updates</span>
</button>
</div>
</div>
</div>
</form>
Text Content
BCAC - JIRA Subscribe Close JOIN NOW VOTE, COMMENT & SHARE NEW SUGGESTIONS Full Name Email Password Join Now Close LOGIN LOGIN TO YOUR SUGGESTIONS ACCOUNT Email Password Login Changelog Suggestions Login Join Now Subscribe to email updates RSO Update Policy Update Functionality Update Major Bug Fixes & Improvements JIRA UPDATE - 1.2.0 10 months ago Major New Feature Update * Overhauled checklists and sub-tasks Checklist Features * New Checklist case-type * Checklists will now be displayed in the Linked Issues section and display as an individual item in the Parent Case * Sub-tasks have been re-named to Checklist Items * Checklist cases will automatically set the Assignee and Reporter as the original Assignee in the Parent Case * Once all checklist items are completed, the Checklist case will be marked as Closed * Checklist cases marked as Cancelled will require a Cancellation Reason and will prompt the Associate for response after marking as current status * Checklist case-type cannot be manually created using the Create button and must only be created automatically or manually via Actions RSO Update * Removed ability for non-admins to link issues * Issues may now only be linked via Actions or Automations * Introduced new System Information tab * Removed Eviction - Process Eviction case-type from all RSO projects * Removed My Lease - Move-In Questions case-type from all RSO project RSO Update Corporate Update Minor Bug Fixes & Improvements JIRA UPDATE - 1.1.2 11 months ago RSO Updates * Removed Assign to AMS action button * Temporarily disabled ability to merge cases Corporate Updates - AMS * Added Assign to RSO action button * Emails sent from a case with case type of Eviction>Process Eviction will now display a default reply-to email address of evictionservices@beltrancompany.com * Cases with the AMS Request>Eviction Pay & Stay Request case type will now be assigned to the AMS Eviction Queue * Cases with the Pay or Quit>Cares & Pay or Quit>Non-Cares case type will now be assigned to the AMS Eviction Queue * Cases with the AMS Request>Resident Payment Refund case type will now be assigned to the AMS Resident Payments Queue * Cases with the AMS Request>Missing Resident Payment case type will now be assigned to the AMS Resident Payments Queue * All other case types will now be assigned to the AMS Queue Jira Product Development Team Comments: We hope these changes to queues will allow for a more streamlined AMS experience and reduce case wait times. We also plan to modify specific case types and add/remove queues as needed. Bug Fixes & Improvements * Removed ability to merge cases due to recent bug found which prevented a case from being assigned as the child case and vice-versa * Removed Assign to AMS action button from all RSO projects due to change in Eviction Processes within Jira Categories All Items RSO Update (2) Policy Update (1) Corporate Update (1) Functionality Update (1) Minor Bug Fixes & Improvements (1) Major Bug Fixes & Improvements (1) Powered by ChangeCrab. Free Changelogs & User Suggestions